a1 looks destined for the 5th somewhere in the world, update details about AST issues

This commit is contained in:
Neal Norwitz 2006-04-04 19:31:29 +00:00
parent 1e94e92c69
commit e2f29f756a
1 changed files with 15 additions and 5 deletions

View File

@ -39,7 +39,7 @@ Release Schedule
betas and release candidates will be determined as the release process
unfolds.
alpha 1: March 30, 2006 [planned]
alpha 1: April 5, 2006 [planned]
alpha 2: April 29, 2006 [planned]
alpha 3: May 27, 2006 [planned]
beta 1: June 24, 2006 [planned]
@ -92,7 +92,7 @@ Completed features for 2.5
- pysqlite was added to the standard library
Planned features for 2.5
Possible features for 2.5
Each feature below should implemented prior to beta1 or
will require BDFL approval for inclusion in 2.5.
@ -150,10 +150,19 @@ Open issues
- AST compiler problems
(Owner: Jeremy Hylton)
* eval(str(-sys.maxint - 1)) should produce an int, not long.
when a constant it should not be stored in co_consts
- test_trace tests that were commented out for AST must be fixed
(Owner: Jeremy Hylton)
http://python.org/sf/1191458
* string constants that are not assigned are in byte code
def foo():
"docstring"
"not a docstring"
the constant (not a docstring) should not be stored in co_consts
* test_trace tests that were commented out for AST must be fixed
only test_05_no_pop_tops remains outstanding
(Owner: Jeremy Hylton)
http://python.org/sf/1191458
- xmlplus/xmlcore situation wrt ElementTree needs resolution
(Owners: Fred Drake/Martin von Loewis/Fredrik Lundh)
@ -164,6 +173,7 @@ Open issues
and "sv" (listed as obsolete hardware specific).
- StopIteration should propagate from context managers (with statement)
Is this done? Jim Jewett had a question on python-checkins
(Owner: Phillip Eby)