mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00: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