]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added some reminders.
authorFred Drake <fdrake@acm.org>
Tue, 29 Jun 1999 18:54:03 +0000 (18:54 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 Jun 1999 18:54:03 +0000 (18:54 +0000)
Doc/TODO

index 32a318d10ec5d9624227aec757db9fc1d12fac9d..5eef41a33a7ac36bd9373336d80e4686b211b2a0 100644 (file)
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -36,5 +36,12 @@ PYTHON DOCUMENTATION TO-DO LIST                      -*- indented-text -*-
 
 * Figure out HTMLHelp generation for the Windows world.
 
-* Before next Python release, document that the mode parameter to
-  wave.open() may be omitted, and how it is determined if omitted.
+
+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".