From d1975eae038cdfada8b90e6590b7396aecd201cb Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 29 Jul 2006 20:25:44 +0000 Subject: [PATCH] b3 seems definite, schedule still undecided. Update bugs --- pep-0356.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pep-0356.txt b/pep-0356.txt index 14fc56bd3..46fa7d373 100644 --- a/pep-0356.txt +++ b/pep-0356.txt @@ -36,8 +36,9 @@ Release Schedule 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 @@ Deferred until 2.6: 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