Noticed a few more things that have been done.

This commit is contained in:
Guido van Rossum 1996-10-25 14:25:31 +00:00
parent 7704bb7f32
commit 819889dd0d

55
TODO
View file

@ -3,27 +3,15 @@ Things to do before releasing Pyton 1.4 the final cut:
Win/NT specific things:
... get bsddb.c patch
... pyc files remain open when imported???
(*) no trailing separator on sys.path[0] please
... no control-c or control-break in Windows Console mode???
(implement Mark's hacks)
... add PC template for extensions, + instructions
... segv on NT after ^Z after import _tkinter
(implement Mark's hacks) (seems to work now?)
Bugs:
... apply(<class>, (), {}) fails while apply(<class>, ()) succeeds
... exception in __del__ when __builtins__ has been deleted
(*) core dump on complex % or divmod
Features:
... simple threading support (with lock) for Tk
@ -34,20 +22,10 @@ Documentation:
... Add section on filesystem interface to tutorial
... New last chapter of tutorial explaining new things (use NEWS file)
... Update tutorial for changes in the language & library
... Update reference manual for complex, power, slice and ellipses
... New sections for library reference manual (use NEWS file for hints)
... Update Misc/FAQ
... Update README for 1.4 final cut
... Update documentation for httplib
... add stuff to ext.tex about threads and embedded Python
... mention that -2147483648 doesn't work
@ -56,8 +34,6 @@ Documentation:
Maybe not (yet):
... SyntaxErrors w/o line numbers
... get rid of 'owner' passed around for newframeobject and evalcode
... Get freeze working for NT? (Sam has one)
@ -78,8 +54,6 @@ Maybe not (yet):
... More thread testing (Solaris?), wait for David Arnold
... More NeXT patches (Bill Bumgarner)
... Get rid of more modules: (stdwin, soundex, SGI specific?)
... Use autoconf features to find X11 libraries
@ -88,6 +62,33 @@ Maybe not (yet):
Done:
(*) get bsddb.c patch
(*) no trailing separator on sys.path[0] please
(*) add PC template for extensions, + instructions
(*) segv on NT after ^Z after import _tkinter
(*) apply(<class>, (), {}) fails while apply(<class>, ()) succeeds
if class has no __init__ method
(*) core dump on complex % or divmod
(*) New last chapter of tutorial explaining new things (use NEWS file)
(*) Update reference manual for complex, power, slice and ellipses
(*) Update Misc/FAQ
(*) Update README for 1.4 final cut
(*) Update documentation for httplib
(*) SyntaxErrors w/o line numbers
(*) More NeXT patches (Bill Bumgarner, Lele Gaifax)
(*) fix file upload in cgi.py from Netscape
(*) Tkinter.Variable.__del__ may cause (ignored) exceptions