From d25b519bfb35a97a1f6c4628dfd5fbf4c51a6202 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Sun, 29 Jun 2003 19:01:15 +0000 Subject: [PATCH] A few updates to the schedule and plans. --- pep-0283.txt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/pep-0283.txt b/pep-0283.txt index caf6366c7..663e77f5b 100644 --- a/pep-0283.txt +++ b/pep-0283.txt @@ -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.)