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 r.david.murray
Recipients FrankMillman, docs@python, r.david.murray
Date 2015-03-16.14:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426514458.91.0.302149933895.issue23677@psf.upfronthosting.co.za>
In-reply-to
Content
Sounds reasonable.  Dict and set comprehensions were added later than list comprehensions, and we probably just didn't notice this needed updating.

Mark's patch, however, is incorrect.  Mark: the dict/set literal notation is a different thing from a comprehension.
History
Date User Action Args
2015-03-16 14:00:58r.david.murraysetrecipients: + r.david.murray, FrankMillman, docs@python
2015-03-16 14:00:58r.david.murraysetmessageid: <1426514458.91.0.302149933895.issue23677@psf.upfronthosting.co.za>
2015-03-16 14:00:58r.david.murraylinkissue23677 messages
2015-03-16 14:00:58r.david.murraycreate