summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-08 21:42:41 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-08 21:42:41 (GMT)
commitf029548ac207ecf48373b90b24ccbcc42cf9d1ba (patch)
tree7fc9059fdd6ecb2a183f57a4d9252010b92cf0d7
parent5da5a683251b6fd8de823b7f0ec5e2fa996e6556 (diff)
downloadcpython-f029548ac207ecf48373b90b24ccbcc42cf9d1ba.zip
cpython-f029548ac207ecf48373b90b24ccbcc42cf9d1ba.tar.gz
cpython-f029548ac207ecf48373b90b24ccbcc42cf9d1ba.tar.bz2
Added item about index item/subitem separation.
-rw-r--r--Doc/TODO11
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/TODO b/Doc/TODO
index 4b89dc9..8638402 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
+ <lorenzo@argon.roma2.infn.it>. This one will be hard.