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 pablogsal
Recipients BTaskaya, docs@python, pablogsal, rhettinger, serhiy.storchaka
Date 2020-01-04.15:02:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578150155.23.0.897056670073.issue39158@roundup.psfhosted.org>
In-reply-to
Content
> And if add support of non-literals, where should we stop? Should we support also frozenset() and bytearray()? inf and nan? infj and nanj? complex()? Ellipsis? __debug__?

Then the name of the function would be a bit misleading (for frozenset() and bytearray()), no? I think the set() change is somehow inconsistent already with the function name.
History
Date User Action Args
2020-01-04 15:02:35pablogsalsetrecipients: + pablogsal, rhettinger, docs@python, serhiy.storchaka, BTaskaya
2020-01-04 15:02:35pablogsalsetmessageid: <1578150155.23.0.897056670073.issue39158@roundup.psfhosted.org>
2020-01-04 15:02:35pablogsallinkissue39158 messages
2020-01-04 15:02:35pablogsalcreate