A few updates to the schedule and plans.

This commit is contained in:
Jeremy Hylton 2003-06-29 19:01:15 +00:00
parent a0b6a0fe12
commit d25b519bfb
1 changed files with 11 additions and 8 deletions

View File

@ -22,15 +22,17 @@ Abstract
release does not count). Release candidates will be spaced at release does not count). Release candidates will be spaced at
least one week apart (excepting again blunder corrections). least one week apart (excepting again blunder corrections).
Here's a tentative release schedule that follows the above The schedule so far has had longer gaps than planned:
guidelines:
alpha 1 -- December 31, 2002 alpha 1 -- December 31, 2002
alpha 2 -- February 19, 2003 alpha 2 -- February 19, 2003
beta 1 -- April 25, 2003 beta 1 -- April 25, 2003
beta 2 -- late May beta 2 -- June 29, 2003
rc 1 -- late June
final -- early July Here's a tenative schedule for the remaining releases:
rc 1 -- late July
final -- early August
Release Manager Release Manager
@ -151,6 +153,10 @@ Completed features for 2.3
bits, truncating without range checking. (SF 595026; Thomas bits, truncating without range checking. (SF 595026; Thomas
Heller did this work.) Heller did this work.)
- A new version of IDLE was imported from the IDLEfork project
(http://idlefork.sf.net). The code now lives in the idlelib
package in the standard library and the idle script is installed
by setup.py.
Planned features for 2.3 Planned features for 2.3
@ -163,9 +169,6 @@ Planned features for 2.3
feedback to python-dev@python.org; I hope to maintain this for the feedback to python-dev@python.org; I hope to maintain this for the
life of the 2.3 development process. life of the 2.3 development process.
- I plan to integrate the new version of IDLE from the IDLEfork
project (http://idlefork.sf.net).
- The import lock could use some redesign. (SF 683658.) - The import lock could use some redesign. (SF 683658.)