Update status, Thomas did 308

This commit is contained in:
Neal Norwitz 2006-02-27 17:11:57 +00:00
parent 41ae421a05
commit fb21dca761
1 changed files with 1 additions and 5 deletions

View File

@ -43,6 +43,7 @@ Release Schedule
Completed features for 2.5
PEP 308: Conditional Expressions
PEP 309: Partial Function Application
PEP 314: Metadata for Python Software Packages v1.1
(should PEP 314 be marked final?)
@ -70,11 +71,6 @@ Planned features for 2.5
Target for inclusion of each feature by March 16. At that point,
we should re-evaluate schedule or consider dropping feature.
PEP 308: Conditional Expressions
(Someone volunteered on python-dev, work should be starting ~ 2/25)
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
http://python.org/sf/1438387