]> granicus.if.org Git - python/commitdiff
Update.
authorFred Drake <fdrake@acm.org>
Fri, 27 Feb 1998 16:21:58 +0000 (16:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 27 Feb 1998 16:21:58 +0000 (16:21 +0000)
Doc/TODO

index fba34f67d894092f9e95a9ecbd34c424d68ea0c5..83d25d7d8638f2270c8ad8b841aff8b7816711aa 100644 (file)
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -2,8 +2,6 @@ PYTHON DOCUMENTATION TO-DO LIST                 -*- indented-text -*-
 ===============================
 
 
-* array module:  methods read(), reverse(), write() of the array object.
-
 * Document native package semantics.
 
 * Figure out indexsubitem handling in HTML; some of them are wrong for the
@@ -23,3 +21,6 @@ PYTHON DOCUMENTATION TO-DO LIST                       -*- indented-text -*-
 
 * 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}.