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

thomas.wouters python-checkins at python.org
Mon Apr 10 02:54:36 CEST 2006


Author: thomas.wouters
Date: Mon Apr 10 02:54:36 2006
New Revision: 45222

Modified:
   peps/trunk/pep-0356.txt
Log:

Clarify the listcomp problem and promise to fix it.



Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Apr 10 02:54:36 2006
@@ -168,9 +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
+    - list/generator comprehensions don't support multiple if stmts
+      (a grammar issue introduced by the PEP 308 patch)
+      (Owner: Thomas Wouters)
+      http://python.org/sf/1466641
 
     - xmlplus/xmlcore situation wrt ElementTree needs resolution
       (Owners: Fred Drake/Martin von Loewis/Fredrik Lundh)


More information about the Python-checkins mailing list