Status update

This commit is contained in:
Neal Norwitz 2006-02-28 19:57:16 +00:00
parent 7abb173d4b
commit 4271cdc07b
1 changed files with 7 additions and 15 deletions

View File

@ -27,7 +27,7 @@ Release Manager
Martin von Loewis is building the Windows installers,
Fred Drake the doc packages, and
TBD (Sean Reifschneider?) the RPMs.
Sean Reifschneider the RPMs.
Release Schedule
@ -47,8 +47,11 @@ Completed features for 2.5
PEP 309: Partial Function Application
PEP 314: Metadata for Python Software Packages v1.1
(should PEP 314 be marked final?)
PEP 328: Absolute/Relative Imports
PEP 341: Unified try-except/try-finally to try-except-finally
PEP 342: Coroutines via Enhanced Generators
PEP 343: The "with" Statement
(still needs __future__ support and Doc/ref updates)
PEP 353: Using ssize_t as the index type
- AST-based compiler
@ -72,22 +75,11 @@ 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 328: Absolute/Relative Imports
http://python.org/sf/1438387
PEP 343: The "with" Statement
Mike Bland posted a partial patch that needs review.
Patch needs __future__ support for with statement.
(nn: I have __future__ support partially complete.)
http://python.org/sf/1435715
Note there are two separate implementation parts:
interpreter changes and python code for utilities.
The patch includes both parts.
PEP 352: Required Superclass for Exceptions
(Brett Cannon is expected to implement this.)
- ASCII is the default coding
Add bdist_msi to the distutils package. (MvL plans to import after pycon)
Add bdist_deb to the distutils package?
@ -103,7 +95,7 @@ Planned features for 2.5
Add ctypes to the standard library, make it an optional component
in the windows installer. Thomas Heller will maintain it.
(GvR: I have a bunch more that could/would/should be added. -- Still true?)
Add pure python pgen module.
Deferred until 2.6: