MvL merged PEP 353, Thomas is in the volunteering spirit.
This commit is contained in:
parent
cefee74ab7
commit
7ecd8bd1d7
|
@ -48,6 +48,7 @@ Completed features for 2.5
|
||||||
(should PEP 314 be marked final?)
|
(should PEP 314 be marked final?)
|
||||||
PEP 341: Unified try-except/try-finally to try-except-finally
|
PEP 341: Unified try-except/try-finally to try-except-finally
|
||||||
PEP 342: Coroutines via Enhanced Generators
|
PEP 342: Coroutines via Enhanced Generators
|
||||||
|
PEP 353: Using ssize_t as the index type
|
||||||
|
|
||||||
- AST-based compiler
|
- AST-based compiler
|
||||||
|
|
||||||
|
@ -68,9 +69,12 @@ Planned features for 2.5
|
||||||
|
|
||||||
PEP 308: Conditional Expressions
|
PEP 308: Conditional Expressions
|
||||||
(Someone volunteered on python-dev, is there progress?)
|
(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
|
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
|
PEP 343: The "with" Statement
|
||||||
(nn: I have a possible volunteer.)
|
(nn: I have a possible volunteer.)
|
||||||
|
@ -81,9 +85,6 @@ Planned features for 2.5
|
||||||
PEP 352: Required Superclass for Exceptions
|
PEP 352: Required Superclass for Exceptions
|
||||||
(Brett Cannon is expected to implement this.)
|
(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
|
Access to C AST from Python
|
||||||
|
|
||||||
Add bdist_msi to the distutils package. (MvL wants one more
|
Add bdist_msi to the distutils package. (MvL wants one more
|
||||||
|
|
Loading…
Reference in New Issue