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
least one week apart (excepting again blunder corrections).
Here's a tentative release schedule that follows the above
guidelines:
The schedule so far has had longer gaps than planned:
alpha 1 -- December 31, 2002
alpha 2 -- February 19, 2003
beta 1 -- April 25, 2003
beta 2 -- late May
rc 1 -- late June
final -- early July
beta 2 -- June 29, 2003
Here's a tenative schedule for the remaining releases:
rc 1 -- late July
final -- early August
Release Manager
@ -151,6 +153,10 @@ Completed features for 2.3
bits, truncating without range checking. (SF 595026; Thomas
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
@ -163,9 +169,6 @@ Planned features for 2.3
feedback to python-dev@python.org; I hope to maintain this for the
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.)