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

neal.norwitz python-checkins at python.org
Tue Sep 5 04:40:18 CEST 2006


Author: neal.norwitz
Date: Tue Sep  5 04:40:16 2006
New Revision: 51726

Modified:
   peps/trunk/pep-0356.txt
Log:
update for rc2

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Tue Sep  5 04:40:16 2006
@@ -39,7 +39,8 @@
     beta 2:  July 11, 2006 [completed]
     beta 3:  August 3, 2006 [completed]
     rc 1:    August 17, 2006 [completed]
-    final:   September 12, 2006 [planned]
+    rc 2:    September 12, 2006 [planned]
+    final:   September 19, 2006 [planned]
 
 
 Completed features for 2.5
@@ -150,12 +151,12 @@
     - Bugs that need resolving before release, ie, they block release:
 
         http://python.org/sf/1541697 - sgmllib regexp bug causes hang
-        http://python.org/sf/1541420 - tools and demo missing from windows
 
     - Bugs deferred until 2.5.1 (or later)
-        http://python.org/sf/1446043 - unicode() does not raise LookupError
+        http://python.org/sf/1541420 - tools and demo missing from windows
         http://python.org/sf/1475523 - gettext.py bug (owner: Martin v. Loewis)
         http://python.org/sf/1467929 - %-formatting and dicts
+        http://python.org/sf/1446043 - unicode() does not raise LookupError
 
     - The PEP 302 changes to (at least) pkgutil, runpy and pydoc must be
       documented.


More information about the Python-checkins mailing list