summaryrefslogtreecommitdiffstats
path: root/Doc/TODO
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-12-21 23:02:38 (GMT)
committerFred Drake <fdrake@acm.org>1999-12-21 23:02:38 (GMT)
commit6a90b5e4d0503ce56217795ff7c35a901e4f85a2 (patch)
treed1635e3938cddc6f70d2d87c5f3b2d770ff5f63a /Doc/TODO
parent76e6da38c0f3e15a23fce4d3137e7a4d6d16607b (diff)
downloadcpython-6a90b5e4d0503ce56217795ff7c35a901e4f85a2.zip
cpython-6a90b5e4d0503ce56217795ff7c35a901e4f85a2.tar.gz
cpython-6a90b5e4d0503ce56217795ff7c35a901e4f85a2.tar.bz2
Removed a couple of items that got done(!).
Moved a couple to a new "Not worth it" section (explanations were already there).
Diffstat (limited to 'Doc/TODO')
-rw-r--r--Doc/TODO28
1 files changed, 11 insertions, 17 deletions
diff --git a/Doc/TODO b/Doc/TODO
index aa4b8d2..3005280 100644
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -17,10 +17,19 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
Also noted by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
* Update the pickle documentation to describe all of the current
- behavior; only a subset is described. __reduce__, etc.
+ behavior; only a subset is described. __reduce__, etc. Partial
+ update submitted by Jim Kerr <jbkerr@sr.hp.com>.
* Update the code/codeop module documentation.
+* Figure out HTMLHelp generation for the Windows world.
+
+* Straighten out random/whrandom.
+
+
+NOT WORTH THE TROUBLE
+---------------------
+
* In the indexes, some subitem entries are separated from the item
entries by column- or page-breaks. Reported by Lorenzo M. Catucci
<lorenzo@argon.roma2.infn.it>. This one will be hard; probably not
@@ -30,19 +39,4 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
* Fix problem with howto documents getting the last module synopsis
twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
- hack in tools/mkhowto.sh. (Probably not worth the trouble of
- fixing.)
-
-* Figure out HTMLHelp generation for the Windows world.
-
-* Straighten out random/whrandom.
-
-
-BEFORE NEXT PYTHON RELEASE, BUT NOT UNTIL THEN:
-
-* Document that the mode parameter to wave.open() may be omitted, and
- how it is determined if omitted. (Same of aifc, sunau open()
- functions.)
-
-* Document that fpformat.NotANumber is a subclass of ValueError, has
- the string that failed as the "exception value".
+ hack in tools/mkhowto. (Probably not worth the trouble of fixing.)