From: Fred Drake Date: Thu, 17 Jun 1999 15:20:44 +0000 (+0000) Subject: Add reminder that wave.open() documentation should be updated for the X-Git-Tag: v1.6a1~1206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=873f0297c36e8a8096fb49f0e1b5062b194416fd;p=thirdparty%2FPython%2Fcpython.git Add reminder that wave.open() documentation should be updated for the next Python release. --- diff --git a/Doc/TODO b/Doc/TODO index 69c61f7a7881..32a318d10ec5 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -35,3 +35,6 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- fixing.) * 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.