[Python-checkins] r42605 - peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Mon Feb 27 18:12:01 CET 2006


Author: neal.norwitz
Date: Mon Feb 27 18:11:57 2006
New Revision: 42605

Modified:
   peps/trunk/pep-0356.txt
Log:
Update status, Thomas did 308

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Feb 27 18:11:57 2006
@@ -43,6 +43,7 @@
 
 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 @@
     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
 


More information about the Python-checkins mailing list