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

neal.norwitz python-checkins at python.org
Mon Apr 10 01:09:37 CEST 2006


Author: neal.norwitz
Date: Mon Apr 10 01:09:36 2006
New Revision: 45220

Modified:
   peps/trunk/pep-0356.txt
Log:
a1 was released, add another issue

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Apr 10 01:09:36 2006
@@ -34,12 +34,11 @@
 
 Release Schedule
 
-
     Note that this schedule is completely tentative. The number of alphas,
     betas and release candidates will be determined as the release process
     unfolds.
 
-    alpha 1: April 5, 2006 [planned]
+    alpha 1: April 5, 2006 [completed]
     alpha 2: April 29, 2006 [planned]
     alpha 3: May 27, 2006 [planned]
     beta 1:  June 24, 2006 [planned]
@@ -145,6 +144,7 @@
     - All modules in Modules/ should be updated to be ssize_t clean.
       (Owner: Neal)
 
+
 Deferred until 2.6:
 
     - None
@@ -168,6 +168,10 @@
          (Owner: Jeremy Hylton)
          http://python.org/sf/1191458
 
+       * list/generator comprehensions don't support multiple if stmts
+         (may not be specifically related to AST, possibly a grammar issue)
+         http://python.org/sf/1466641
+
     - xmlplus/xmlcore situation wrt ElementTree needs resolution
       (Owners: Fred Drake/Martin von Loewis/Fredrik Lundh)
       http://mail.python.org/pipermail/python-dev/2005-December/058752.html


More information about the Python-checkins mailing list