]> granicus.if.org Git - python/commit
Fix SF bug #1466641: multiple adjacent 'if's in listcomps and genexps, as in
authorThomas Wouters <thomas@python.org>
Wed, 12 Apr 2006 00:06:34 +0000 (00:06 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 12 Apr 2006 00:06:34 +0000 (00:06 +0000)
commitbb64e511c82447ce142cab812709cd3b25104ad6
tree30b26ffe5e8f70510072733c9314503a036e657d
parent9cb28bea04066b6b47f84662e1db130eda137b09
Fix SF bug #1466641: multiple adjacent 'if's in listcomps and genexps, as in
[x for x in it if x if x], were broken for no good reason by the PEP 308
patch.
Grammar/Grammar