From: Fred Drake Date: Wed, 8 Jul 1998 21:42:41 +0000 (+0000) Subject: Added item about index item/subitem separation. X-Git-Tag: v1.5.2a1~319 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f029548ac207ecf48373b90b24ccbcc42cf9d1ba;p=python Added item about index item/subitem separation. --- diff --git a/Doc/TODO b/Doc/TODO index 4b89dc982e..8638402f5c 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -7,10 +7,11 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc. -* Review libppath.tex for completeness, & system-specific behaviors. - -* Clean up upgrade to LaTeX2HTML 98.1. Most important: figure out a way to - avoid image creation, & if necessary, make sure image creation at least - doesn't fail. +* Review libppath.tex for completeness, & system-specific behaviors. (Why + did this one get mentioned, specifically?) * Separate modules which share a section. (I think only one case remains.) + +* In the indexes, some subitem entries are separated from the item entries + by column- or page-breaks. Reported by Lorenzo M. Catucci + . This one will be hard.