]> granicus.if.org Git - python/commit
Replaced the fiddly 5-tuples with a new Book convenience class, allowing
authorTim Peters <tim.peters@gmail.com>
Sat, 20 Apr 2002 03:25:02 +0000 (03:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 20 Apr 2002 03:25:02 +0000 (03:25 +0000)
commitd9a10509ace3fc749d299bd5c117c745f72275d7
tree3c7ef6b60a81dd187621f7b445541d2b4e4ade59
parent8d62ad7ffde9135cd3eedb4d7d661204a13c570e
Replaced the fiddly 5-tuples with a new Book convenience class, allowing
to reference fields via names instead of meaningless little integers.
This turned up one case where the wrong little integer was being used,
in informative progress output.  Fixed that too.
Doc/tools/prechm.py