MvL merged PEP 353, Thomas is in the volunteering spirit.

This commit is contained in:
Neal Norwitz 2006-02-16 05:47:52 +00:00
parent cefee74ab7
commit 7ecd8bd1d7
1 changed files with 5 additions and 4 deletions

View File

@ -48,6 +48,7 @@ Completed features for 2.5
(should PEP 314 be marked final?)
PEP 341: Unified try-except/try-finally to try-except-finally
PEP 342: Coroutines via Enhanced Generators
PEP 353: Using ssize_t as the index type
- AST-based compiler
@ -68,9 +69,12 @@ Planned features for 2.5
PEP 308: Conditional Expressions
(Someone volunteered on python-dev, is there progress?)
Thomas Wouters has an unfinished implementation. He can
finish in a few days if no one else completes an implementation.
PEP 328: Absolute/Relative Imports
(Needs volunteer, mail python-dev if interested)
(Needs volunteer, send mail python-dev if interested)
Thomas Wouters will volunteer if no one else is interested.
PEP 343: The "with" Statement
(nn: I have a possible volunteer.)
@ -81,9 +85,6 @@ Planned features for 2.5
PEP 352: Required Superclass for Exceptions
(Brett Cannon is expected to implement this.)
PEP 353: Using ssize_t as the index type
MvL expects this to be complete in March.
Access to C AST from Python
Add bdist_msi to the distutils package. (MvL wants one more