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 rhettinger
Recipients BTaskaya, pablogsal, rhettinger, serhiy.storchaka
Date 2019-12-29.22:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577658917.09.0.0525662751064.issue39158@roundup.psfhosted.org>
In-reply-to
Content
> set() is neither literal nor container display.

Yes, that is obvious.  However, we do support sets and set() is how make an empty set.   

It is weird to support sets but not empty sets, especially when it is so easy to do so safely.
History
Date User Action Args
2019-12-29 22:35:17rhettingersetrecipients: + rhettinger, serhiy.storchaka, pablogsal, BTaskaya
2019-12-29 22:35:17rhettingersetmessageid: <1577658917.09.0.0525662751064.issue39158@roundup.psfhosted.org>
2019-12-29 22:35:17rhettingerlinkissue39158 messages
2019-12-29 22:35:17rhettingercreate