The schedule is mostly fixed, except for personnel availability. uuid and wsgiref were added to the stdlib. Reflow long lines.

This commit is contained in:
Neal Norwitz 2006-06-13 05:27:13 +00:00
parent 4287c2947c
commit 78758c51e2
1 changed files with 7 additions and 11 deletions

View File

@ -32,13 +32,8 @@ Release Manager
Release Schedule
Note that this schedule is completely tentative. The number of alphas,
betas and release candidates will be determined as the release process
unfolds.
alpha 1: April 5, 2006 [completed]
alpha 2: April 27, 2006 [completed]
alpha 3: ------------- [skipped]
beta 1: June 14, 2006 [planned]
beta 2: July 6, 2006 [planned]
rc 1: July 27, 2006 [planned]
@ -83,6 +78,10 @@ Completed features for 2.5
- pysqlite
- uuid
- wsgiref
Other notable features
- Added support for reading shadow passwords (http://python.org/sf/579435)
@ -102,8 +101,9 @@ Completed features for 2.5
- Add new icons for Windows with the new Python logo?
- New utilities in functools to help write wrapper functions that support naive
introspection (e.g. having f.__name__ return the original function name).
- New utilities in functools to help write wrapper functions that
support naive introspection (e.g. having f.__name__ return
the original function name).
Possible features for 2.5
@ -112,10 +112,6 @@ Possible features for 2.5
- Modules under consideration for inclusion:
- wsgiref to the standard library
SVN repository: svn://svn.eby-sarna.com/svnroot/wsgiref
(Owner: Phillip Eby)
- Upgrade pyexpat to use expat 2.0?
(Patch by Trent Mick, #1462338)