update release schedule
This commit is contained in:
parent
73a41aba0f
commit
a448946a31
23
pep-0200.txt
23
pep-0200.txt
|
@ -17,10 +17,12 @@ Introduction
|
|||
|
||||
|
||||
Tentative Release Schedule
|
||||
[revised 24 Aug 2000]
|
||||
|
||||
14-Aug-2000: All 2.0 PEPs finished / feature freeze
|
||||
28-Aug-2000: 2.0 beta 1
|
||||
29-Sep-2000: 2.0 final
|
||||
5-Sep-2000: 2.0 beta 1
|
||||
mid-Sep-2000: beta 2 if necessary
|
||||
6-Oct-2000: 2.0 final
|
||||
|
||||
|
||||
Guidelines for submitting patches and making changes
|
||||
|
@ -171,7 +173,7 @@ Previously failing test cases
|
|||
|
||||
Open items -- Need to be resolved before 2.0b1 release
|
||||
|
||||
Add popen2 support for Linux -- assigned to /F
|
||||
Add popen2 support for Linux -- Fred Drake
|
||||
|
||||
Get all patches out of Open.
|
||||
|
||||
|
@ -199,6 +201,9 @@ Open items -- Need to be resolved before 2.0b1 release
|
|||
|
||||
Open items -- Need to be resolved before 2.0 final release
|
||||
|
||||
Update Tools/compiler so that it is compatible with list
|
||||
comprehensions, import as, and any other new language features.
|
||||
|
||||
Improve code coverage of test suite.
|
||||
|
||||
Decide on a license.
|
||||
|
@ -213,6 +218,13 @@ Open items -- Need to be resolved before 2.0 final release
|
|||
"visible progress" indeed!).
|
||||
|
||||
|
||||
Open: proposed but not accepted or rejected
|
||||
|
||||
* Problems reported with Tkinter, Tk 8.3.2,axs and Unicode
|
||||
|
||||
* Extended slicing on lists - Michael Hudson
|
||||
Make lists (and other builtin types) handle extended slices.
|
||||
|
||||
Open items -- completed/fixed
|
||||
|
||||
[20-Aug-2000 tim - done]
|
||||
|
@ -289,11 +301,6 @@ Accepted and in progress
|
|||
* Integrated gettext module - Barry Warsaw
|
||||
wrapper around standard internationalization libraries
|
||||
|
||||
Open: proposed but not accepted or rejected
|
||||
|
||||
* Extended slicing on lists - Michael Hudson
|
||||
Make lists (and other builtin types) handle extended slices.
|
||||
|
||||
Postponed
|
||||
|
||||
* Eliminated SET_LINENO opcode - Vladimir Marangozov
|
||||
|
|
Loading…
Reference in New Issue