From 78758c51e25b3b431b3807d6122de36fed7e8b68 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 13 Jun 2006 05:27:13 +0000 Subject: [PATCH] The schedule is mostly fixed, except for personnel availability. uuid and wsgiref were added to the stdlib. Reflow long lines. --- pep-0356.txt | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/pep-0356.txt b/pep-0356.txt index 3c79b69a1..495a9ee33 100644 --- a/pep-0356.txt +++ b/pep-0356.txt @@ -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)