[Python-checkins] r42670 - peps/trunk/pep-0356.txt
neal.norwitz
python-checkins at python.org
Tue Feb 28 20:57:16 CET 2006
Author: neal.norwitz
Date: Tue Feb 28 20:57:16 2006
New Revision: 42670
Modified:
peps/trunk/pep-0356.txt
Log:
Status update
Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt (original)
+++ peps/trunk/pep-0356.txt Tue Feb 28 20:57:16 2006
@@ -27,7 +27,7 @@
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 @@
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 @@
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 @@
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:
More information about the Python-checkins
mailing list