From 7ecd8bd1d70cf6e84da507fa613ec41281f826f7 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 16 Feb 2006 05:47:52 +0000 Subject: [PATCH] MvL merged PEP 353, Thomas is in the volunteering spirit. --- pep-0356.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pep-0356.txt b/pep-0356.txt index 5509439a5..0dc805ca6 100644 --- a/pep-0356.txt +++ b/pep-0356.txt @@ -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