mirror of
https://github.com/python/cpython.git
synced 2026-06-06 03:26:18 -04:00
e21095e3c5
methods to squash code duplication. Simplified several overly complex chunks of logic. Built output strings more with string interpolation instead of infix '+'. Added comments. Exploited recent Python features (chiefly bool and augmented assignment).