Clarify the listcomp problem and promise to fix it.

This commit is contained in:
Thomas Wouters 2006-04-10 00:54:36 +00:00
parent 4448a891ba
commit 4bac5bc78d
1 changed files with 4 additions and 3 deletions

View File

@ -168,9 +168,10 @@ Open issues
(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)