Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32892>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to