]> granicus.if.org Git - python/commit
Widespread: Used classes in a more natural way. Added convenience
authorTim Peters <tim.peters@gmail.com>
Sat, 20 Apr 2002 08:36:42 +0000 (08:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 20 Apr 2002 08:36:42 +0000 (08:36 +0000)
commite21095e3c556560fac4a1ee358d9a686bfaedaad
tree9f3eaf89edc31a69d76cff20ef1e76b100263fdf
parent6af3e2dc315797e799a6ad0baedd393ff65ef1db
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).
Doc/tools/prechm.py