]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update....
authorFred Drake <fdrake@acm.org>
Tue, 17 Mar 1998 06:24:10 +0000 (06:24 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Mar 1998 06:24:10 +0000 (06:24 +0000)
Doc/TODO

index 4a9953163eabbf4cc1690083998dbb16001d824d..2c471cc9ba3fb22e81445b350152426a21f3c13d 100644 (file)
--- 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}.