b3 seems definite, schedule still undecided. Update bugs
This commit is contained in:
parent
9cdbcbfb27
commit
d1975eae03
18
pep-0356.txt
18
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
|
||||
|
|
Loading…
Reference in New Issue