commit | e21095e3c556560fac4a1ee358d9a686bfaedaad | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Apr 20 08:36:42 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Apr 20 08:36:42 2002 +0000 |
tree | 9f3eaf89edc31a69d76cff20ef1e76b100263fdf | |
parent | 6af3e2dc315797e799a6ad0baedd393ff65ef1db [diff] |
Widespread: Used classes in a more natural way. Added convenience 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).