mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
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