This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients
Date 2006-08-28.15:27:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Committed revision 51631.


despite two (related?) flaws:

(1)
../Python/symtable.c: In function `symtable_visit_expr':
../Python/symtable.c:1209: warning: enumeration value
`Set_kind' not handled in switch

(2)
>>> {(x for x in range(10))}
KeyError: 'unknown symbol table entry'
>>> 

(Don't ask me why that was the third thing I tried with the
new syntax. :-)

Also, I'd love set comprehensions!
History
Date User Action Args
2007-08-23 15:54:23adminlinkissue1547796 messages
2007-08-23 15:54:23admincreate