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 martin.panter
Recipients BreamoreBoy, FrankMillman, docs@python, ezio.melotti, martin.panter, r.david.murray
Date 2016-01-03.21:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451855988.66.0.17143178365.issue23677@psf.upfronthosting.co.za>
In-reply-to
Content
The distiction about non-empty sets is a bit misleading. You can create an empty set via comprehension:

>>> {x for x in ()}
set()
History
Date User Action Args
2016-01-03 21:19:48martin.pantersetrecipients: + martin.panter, FrankMillman, ezio.melotti, r.david.murray, docs@python, BreamoreBoy
2016-01-03 21:19:48martin.pantersetmessageid: <1451855988.66.0.17143178365.issue23677@psf.upfronthosting.co.za>
2016-01-03 21:19:48martin.panterlinkissue23677 messages
2016-01-03 21:19:48martin.pantercreate