summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-17 06:24:10 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-17 06:24:10 (GMT)
commitbd2796e972e31ce03e4d81b91ea7142ea45bee25 (patch)
treee6684a2442158a82886a2363d57b58c6c0b08207
parentf3aa0e0627bbabeb028044de6efffb614bbf4c06 (diff)
downloadcpython-bd2796e972e31ce03e4d81b91ea7142ea45bee25.zip
cpython-bd2796e972e31ce03e4d81b91ea7142ea45bee25.tar.gz
cpython-bd2796e972e31ce03e4d81b91ea7142ea45bee25.tar.bz2
Update....
-rw-r--r--Doc/TODO12
1 files changed, 3 insertions, 9 deletions
diff --git a/Doc/TODO b/Doc/TODO
index 4a99531..2c471cc 100644
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -2,10 +2,10 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
===============================
-* Document native package semantics.
+* Document native package semantics. (Where? Guido?)
-* Figure out indexsubitem handling in HTML; some of them are wrong for the
- items being indexed.
+* Figure out indexing in the HTML version. Fix module index for Library
+ Reference.
* Update the pickle documentation to describe all of the current behavior;
only a subset is described. __reduce__, etc.
@@ -15,9 +15,3 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
* Finish 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.
-
-* Figure out the texinfo indexing and function-description markup, and make
- partparse.py do the right thing. Or toss the info conversion (again).
-
-* Identify all Python classes documented in the libref and make sure they're
- marked with {classdesc} instead of {funcdesc}.