summaryrefslogtreecommitdiffstats
path: root/Doc/TODO
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-18 16:03:43 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-18 16:03:43 (GMT)
commitb866020f667e3e0f01c408229e3a48391c337290 (patch)
treee3c56757f619edd6ff878ae95836ecd2849a17fa /Doc/TODO
parentdd94676865b4057865aad7e3130151147c6bc410 (diff)
downloadcpython-b866020f667e3e0f01c408229e3a48391c337290.zip
cpython-b866020f667e3e0f01c408229e3a48391c337290.tar.gz
cpython-b866020f667e3e0f01c408229e3a48391c337290.tar.bz2
Added a number of items....
Diffstat (limited to 'Doc/TODO')
-rw-r--r--Doc/TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/Doc/TODO b/Doc/TODO
index 672c32a..d1382b4 100644
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -1,4 +1,4 @@
-PYTHON DOCUMENTATION TO-DO LIST
+PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
===============================
@@ -7,3 +7,16 @@ PYTHON DOCUMENTATION TO-DO LIST
* Document native package semantics.
* Fix partparse.py again, or toss it into the abyss.
+
+* Figure out indexsubitem handling in HTML; some of them are wrong for the
+ items being indexed.
+
+* Update the pickle documentation to describe all of the current behavior;
+ only a subset is described. __reduce__, etc.
+
+* Review libppath.tex fir completeness, & system-specific behaviors.
+
+* Figure out how to make the link borders in the PDF output go away
+ completely.
+
+* Find & change remaining uses of multiple \label{} commands in each file.