@@ -3,27 +3,15 @@ Things to do before releasing Pyton 1.4 the final cut:
33
44Win/NT specific things:
55
6- ... get bsddb.c patch
7-
86... pyc files remain open when imported???
97
10- (*) no trailing separator on sys.path[0] please
11-
128... no control-c or control-break in Windows Console mode???
13- (implement Mark's hacks)
14-
15- ... add PC template for extensions, + instructions
16-
17- ... segv on NT after ^Z after import _tkinter
9+ (implement Mark's hacks) (seems to work now?)
1810
1911Bugs:
2012
21- ... apply(<class>, (), {}) fails while apply(<class>, ()) succeeds
22-
2313... exception in __del__ when __builtins__ has been deleted
2414
25- (*) core dump on complex % or divmod
26-
2715Features:
2816
2917... simple threading support (with lock) for Tk
@@ -34,20 +22,10 @@ Documentation:
3422
3523... Add section on filesystem interface to tutorial
3624
37- ... New last chapter of tutorial explaining new things (use NEWS file)
38-
3925... Update tutorial for changes in the language & library
4026
41- ... Update reference manual for complex, power, slice and ellipses
42-
4327... New sections for library reference manual (use NEWS file for hints)
4428
45- ... Update Misc/FAQ
46-
47- ... Update README for 1.4 final cut
48-
49- ... Update documentation for httplib
50-
5129... add stuff to ext.tex about threads and embedded Python
5230
5331... mention that -2147483648 doesn't work
@@ -56,8 +34,6 @@ Documentation:
5634
5735Maybe not (yet):
5836
59- ... SyntaxErrors w/o line numbers
60-
6137... get rid of 'owner' passed around for newframeobject and evalcode
6238
6339... Get freeze working for NT? (Sam has one)
@@ -78,8 +54,6 @@ Maybe not (yet):
7854
7955... More thread testing (Solaris?), wait for David Arnold
8056
81- ... More NeXT patches (Bill Bumgarner)
82-
8357... Get rid of more modules: (stdwin, soundex, SGI specific?)
8458
8559... Use autoconf features to find X11 libraries
@@ -88,6 +62,33 @@ Maybe not (yet):
8862
8963Done:
9064
65+ (*) get bsddb.c patch
66+
67+ (*) no trailing separator on sys.path[0] please
68+
69+ (*) add PC template for extensions, + instructions
70+
71+ (*) segv on NT after ^Z after import _tkinter
72+
73+ (*) apply(<class>, (), {}) fails while apply(<class>, ()) succeeds
74+ if class has no __init__ method
75+
76+ (*) core dump on complex % or divmod
77+
78+ (*) New last chapter of tutorial explaining new things (use NEWS file)
79+
80+ (*) Update reference manual for complex, power, slice and ellipses
81+
82+ (*) Update Misc/FAQ
83+
84+ (*) Update README for 1.4 final cut
85+
86+ (*) Update documentation for httplib
87+
88+ (*) SyntaxErrors w/o line numbers
89+
90+ (*) More NeXT patches (Bill Bumgarner, Lele Gaifax)
91+
9192(*) fix file upload in cgi.py from Netscape
9293
9394(*) Tkinter.Variable.__del__ may cause (ignored) exceptions
0 commit comments