More updates -- things are getting done!
This commit is contained in:
parent
4799b6ffcc
commit
fc4a475a77
46
pep-0200.txt
46
pep-0200.txt
|
@ -102,21 +102,30 @@ Failing test cases need to get fixed
|
||||||
|
|
||||||
Open items -- Need to be resolved before 2.0b1 release
|
Open items -- Need to be resolved before 2.0b1 release
|
||||||
|
|
||||||
Add popen2 support for Linux -- Fred Drake
|
Add popen4 support for Unix -- Fred Drake
|
||||||
|
[4-Sep-2000 guido: popen4 is like popen2 with 2>&1 added]
|
||||||
Deal with buffering problem with SocketServer -- GvR
|
|
||||||
|
|
||||||
Make sure there are no tabs in the std library.
|
|
||||||
|
|
||||||
Get all patches out of Open.
|
|
||||||
|
|
||||||
Get all patches out of Accepted.
|
|
||||||
|
|
||||||
Fix all other bugs with priority 7 or higher
|
|
||||||
|
|
||||||
Review performance and frequency of garbage collection scans.
|
Review performance and frequency of garbage collection scans.
|
||||||
|
|
||||||
|
|
||||||
|
Checklist items -- Need to check on these before releasing
|
||||||
|
|
||||||
|
Make sure there are no tabs in the std library.
|
||||||
|
[4-Sep-2000 guido: currently ok -- left here for final check]
|
||||||
|
|
||||||
|
Get all patches out of Open.
|
||||||
|
[4-Sep-2000 guido: hopeless -- people keep adding new ones; but
|
||||||
|
the ones submitted on time before the feature freeze are all gone]
|
||||||
|
|
||||||
|
Get all patches out of Accepted.
|
||||||
|
[4-Sep-2000 guido: currently ok -- left here for final check]
|
||||||
|
|
||||||
|
Fix all other bugs with priority 7 or higher
|
||||||
|
[4-Sep-2000 guido: currently ok -- left here for final check]
|
||||||
|
|
||||||
Decide on a license.
|
Decide on a license.
|
||||||
|
[4-Sep-2000 guido: looks like done, waiting for legal reviews or
|
||||||
|
new GPL developments]
|
||||||
|
|
||||||
|
|
||||||
Open items -- Need to be resolved before 2.0 final release
|
Open items -- Need to be resolved before 2.0 final release
|
||||||
|
@ -127,6 +136,8 @@ Open items -- Need to be resolved before 2.0 final release
|
||||||
Improve code coverage of test suite.
|
Improve code coverage of test suite.
|
||||||
|
|
||||||
Decide on a license.
|
Decide on a license.
|
||||||
|
[4-Sep-2000 guido: looks like done, waiting for legal reviews or
|
||||||
|
new GPL developments]
|
||||||
|
|
||||||
Finish writing the PEPs for the features that went out with
|
Finish writing the PEPs for the features that went out with
|
||||||
2.0b1(! sad, but realistic -- we'll get better with practice).
|
2.0b1(! sad, but realistic -- we'll get better with practice).
|
||||||
|
@ -140,8 +151,7 @@ Open items -- Need to be resolved before 2.0 final release
|
||||||
|
|
||||||
Accepted and in progress
|
Accepted and in progress
|
||||||
|
|
||||||
* PyErr_Format - Fredrik Lundh
|
* Currently none left. [4-Sep-2000 guido]
|
||||||
Make this function safe from buffer overflows.
|
|
||||||
|
|
||||||
|
|
||||||
Open: proposed but not accepted or rejected
|
Open: proposed but not accepted or rejected
|
||||||
|
@ -241,6 +251,16 @@ Previously failing test cases
|
||||||
|
|
||||||
Open items -- completed/fixed
|
Open items -- completed/fixed
|
||||||
|
|
||||||
|
[4-Sep-2000 guido: Fredrik finished this on 1-Sep]
|
||||||
|
* PyErr_Format - Fredrik Lundh
|
||||||
|
Make this function safe from buffer overflows.
|
||||||
|
|
||||||
|
[4-Sep-2000 guido: Fred has added popen2, popen3 on 28-Sep]
|
||||||
|
Add popen2 support for Linux -- Fred Drake
|
||||||
|
|
||||||
|
[4-Sep-2000 guido: done on 1-Sep]
|
||||||
|
Deal with buffering problem with SocketServer
|
||||||
|
|
||||||
[04-Sep-2000 tim: done; installer runs; w9xpopen not an issue]
|
[04-Sep-2000 tim: done; installer runs; w9xpopen not an issue]
|
||||||
[01-Sep-2000 tim: make a prerelease availabe]
|
[01-Sep-2000 tim: make a prerelease availabe]
|
||||||
Windows ME: Don't know anything about it. Will the installer
|
Windows ME: Don't know anything about it. Will the installer
|
||||||
|
|
Loading…
Reference in New Issue