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

neal.norwitz python-checkins at python.org
Sat Jul 29 22:25:44 CEST 2006


Author: neal.norwitz
Date: Sat Jul 29 22:25:44 2006
New Revision: 50956

Modified:
   peps/trunk/pep-0356.txt
Log:
b3 seems definite, schedule still undecided.  Update bugs

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Sat Jul 29 22:25:44 2006
@@ -36,8 +36,9 @@
     alpha 2: April 27, 2006 [completed]
     beta 1:  June 20, 2006 [completed]
     beta 2:  July 11, 2006 [completed]
-    rc 1:    August 1, 2006 [planned]
-    final:   August 8, 2006 [planned]
+    beta 3:  August 1, 2006 [planned]
+    rc 1:    August ??, 2006 [planned]
+    final:   August ??, 2006 [planned]
 
 
 Completed features for 2.5
@@ -146,17 +147,16 @@
 Open issues
 
     - Bugs that need resolving before release, ie, they block release:
-        http://python.org/sf/1521947 - mystrtol.c fails with gcc 4.1 (2.4?)
-                                        test_compile.test_unary_minus
+        http://python.org/sf/1530559 - struct rejecting floats
         http://python.org/sf/1515471 - stringobject (char buffers)
-        http://python.org/sf/1513611 - XML: xml.sax.expatreader missing
-        http://python.org/sf/1511497 - XML: xml.sax.ParseException issue
-		http://python.org/sf/1519796 says it fixes both XML problems.
         http://python.org/sf/1333982 - AST
         http://python.org/sf/1191458 - AST (test_trace issue mentioned below)
 
-	http://mail.python.org/pipermail/python-dev/2006-May/065478.html
-		Add PyErr_WarnEx() to address warnings in test suite.
+        http://mail.python.org/pipermail/python-dev/2006-July/067774.html
+                Problem with __index__
+
+        http://mail.python.org/pipermail/python-dev/2006-May/065478.html
+                Add PyErr_WarnEx() to address warnings in test suite.
 
     - Bugs that ought to be resolved before release (all exist in 2.4):
         http://python.org/sf/1526585 - SystemError concat long strings


More information about the Python-checkins mailing list