mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
34fd4c2019
Two kind of mistakes: 1. Missed space. After concatenating there is no space between words. 2. Missed comma. Causes unintentional concatenating in a list of strings.
Miscellaneous source files for the main Python shared library