b3 seems definite, schedule still undecided. Update bugs

This commit is contained in:
Neal Norwitz 2006-07-29 20:25:44 +00:00
parent 9cdbcbfb27
commit d1975eae03
1 changed files with 9 additions and 9 deletions

View File

@ -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,15 +147,14 @@ 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-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.