From: Fred Drake Date: Tue, 29 Jun 1999 18:54:03 +0000 (+0000) Subject: Added some reminders. X-Git-Tag: v1.6a1~1123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b59a303a83c71b1e82c0b11278be5ed579e7ac3;p=thirdparty%2FPython%2Fcpython.git Added some reminders. --- diff --git a/Doc/TODO b/Doc/TODO index 32a318d10ec5..5eef41a33a7a 100644 --- 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".