Kaydet (Commit) 819889dd authored tarafından Guido van Rossum's avatar Guido van Rossum

Noticed a few more things that have been done.

üst 7704bb7f
...@@ -3,27 +3,15 @@ Things to do before releasing Pyton 1.4 the final cut: ...@@ -3,27 +3,15 @@ Things to do before releasing Pyton 1.4 the final cut:
Win/NT specific things: Win/NT specific things:
... get bsddb.c patch
... pyc files remain open when imported??? ... pyc files remain open when imported???
(*) no trailing separator on sys.path[0] please
... no control-c or control-break in Windows Console mode??? ... no control-c or control-break in Windows Console mode???
(implement Mark's hacks) (implement Mark's hacks) (seems to work now?)
... add PC template for extensions, + instructions
... segv on NT after ^Z after import _tkinter
Bugs: Bugs:
... apply(<class>, (), {}) fails while apply(<class>, ()) succeeds
... exception in __del__ when __builtins__ has been deleted ... exception in __del__ when __builtins__ has been deleted
(*) core dump on complex % or divmod
Features: Features:
... simple threading support (with lock) for Tk ... simple threading support (with lock) for Tk
...@@ -34,20 +22,10 @@ Documentation: ...@@ -34,20 +22,10 @@ Documentation:
... Add section on filesystem interface to tutorial ... 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 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) ... 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 ... add stuff to ext.tex about threads and embedded Python
... mention that -2147483648 doesn't work ... mention that -2147483648 doesn't work
...@@ -56,8 +34,6 @@ Documentation: ...@@ -56,8 +34,6 @@ Documentation:
Maybe not (yet): Maybe not (yet):
... SyntaxErrors w/o line numbers
... get rid of 'owner' passed around for newframeobject and evalcode ... get rid of 'owner' passed around for newframeobject and evalcode
... Get freeze working for NT? (Sam has one) ... Get freeze working for NT? (Sam has one)
...@@ -78,8 +54,6 @@ Maybe not (yet): ...@@ -78,8 +54,6 @@ Maybe not (yet):
... More thread testing (Solaris?), wait for David Arnold ... More thread testing (Solaris?), wait for David Arnold
... More NeXT patches (Bill Bumgarner)
... Get rid of more modules: (stdwin, soundex, SGI specific?) ... Get rid of more modules: (stdwin, soundex, SGI specific?)
... Use autoconf features to find X11 libraries ... Use autoconf features to find X11 libraries
...@@ -88,6 +62,33 @@ Maybe not (yet): ...@@ -88,6 +62,33 @@ Maybe not (yet):
Done: 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 (*) fix file upload in cgi.py from Netscape
(*) Tkinter.Variable.__del__ may cause (ignored) exceptions (*) Tkinter.Variable.__del__ may cause (ignored) exceptions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment