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 ncoghlan
Recipients benjamin.peterson, brett.cannon, gvanrossum, ncoghlan, serhiy.storchaka, vstinner, yselivanov
Date 2018-02-21.10:32:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
As pure aliases, those wouldn't necessarily be that useful, as aside from NameConstant, the field names are different (Num.n, Str.s, Bytes.s).

I do wonder whether it might be worth keeping "NameConstant", though, and use that for Ellipsis as well, so the singletons all use NameConstant, while regular constants use Constant.
History
Date User Action Args
2018-02-21 10:32:55ncoghlansetrecipients: + ncoghlan, gvanrossum, brett.cannon, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov
2018-02-21 10:32:55ncoghlansetmessageid: <[email protected]>
2018-02-21 10:32:55ncoghlanlinkissue32892 messages
2018-02-21 10:32:55ncoghlancreate