mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
8b01067318
Fix errors: * "%10.s" should be equal to "%10.0s", not "%10s". * Tuples with starred expressions caused a SyntaxError.
Miscellaneous source files for the main Python shared library