Jan. 3, 2016
9:19 p.m.
Martin Panter added the comment: The distiction about non-empty sets is a bit misleading. You can create an empty set via comprehension:
{x for x in ()} set()
---------- nosy: +martin.panter _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue23677> _______________________________________