Clarify the listcomp problem and promise to fix it.
This commit is contained in:
parent
4448a891ba
commit
4bac5bc78d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue