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 josh.r
Recipients BreamoreBoy, FrankMillman, docs@python, ezio.melotti, josh.r, martin.panter, r.david.murray
Date 2016-01-05.03:40:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451965228.56.0.353746354698.issue23677@psf.upfronthosting.co.za>
In-reply-to
Content
Heck, with the addition of additional unpacking generalizations in 3.5, you can make an empty set even without a comprehension: {*()}

Not really recommending the "one-eyed monkey operator", but the addition of unpacking generalizations undoes several of the limits on literals that previously existed.
History
Date User Action Args
2016-01-05 03:40:28josh.rsetrecipients: + josh.r, FrankMillman, ezio.melotti, r.david.murray, docs@python, BreamoreBoy, martin.panter
2016-01-05 03:40:28josh.rsetmessageid: <1451965228.56.0.353746354698.issue23677@psf.upfronthosting.co.za>
2016-01-05 03:40:28josh.rlinkissue23677 messages
2016-01-05 03:40:28josh.rcreate