[Python-checkins] r46907 - peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Tue Jun 13 07:27:14 CEST 2006


Author: neal.norwitz
Date: Tue Jun 13 07:27:13 2006
New Revision: 46907

Modified:
   peps/trunk/pep-0356.txt
Log:
The schedule is mostly fixed, except for personnel availability.  uuid and wsgiref were added to the stdlib.  Reflow long lines.

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Tue Jun 13 07:27:13 2006
@@ -32,13 +32,8 @@
 
 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 @@
 
       - pysqlite
 
+      - uuid
+
+      - wsgiref
+
     Other notable features
 
       - Added support for reading shadow passwords (http://python.org/sf/579435)
@@ -102,8 +101,9 @@
 
       - 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 @@
 
     - 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)
 


More information about the Python-checkins mailing list