mirror of
https://github.com/python/cpython.git
synced 2026-06-26 04:45:15 -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