Added some reminders.

This commit is contained in:
Fred Drake 1999-06-29 18:54:03 +00:00
parent d85b5a418a
commit 9b59a303a8
1 changed files with 9 additions and 2 deletions

View File

@ -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".