summaryrefslogtreecommitdiffstats
path: root/Doc/TODO
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-27 16:21:58 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-27 16:21:58 (GMT)
commit05073e99abf417b44aa5b7b73ce0eb886621f53b (patch)
treeb7f3bebd1125b08312d8989d6591a98d45657f51 /Doc/TODO
parent92e31944f4b2031bbc8be328a4315138e97ea882 (diff)
downloadcpython-05073e99abf417b44aa5b7b73ce0eb886621f53b.zip
cpython-05073e99abf417b44aa5b7b73ce0eb886621f53b.tar.gz
cpython-05073e99abf417b44aa5b7b73ce0eb886621f53b.tar.bz2
Update.
Diffstat (limited to 'Doc/TODO')
-rw-r--r--Doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/TODO b/Doc/TODO
index fba34f6..83d25d7 100644
--- 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}.