Message312487
| 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 | <1519209175.86.0.467229070634.issue32892@psf.upfronthosting.co.za> |
| 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:55 | ncoghlan | set | recipients: + ncoghlan, gvanrossum, brett.cannon, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov |
| 2018-02-21 10:32:55 | ncoghlan | set | messageid: <1519209175.86.0.467229070634.issue32892@psf.upfronthosting.co.za> |
| 2018-02-21 10:32:55 | ncoghlan | link | issue32892 messages |
| 2018-02-21 10:32:55 | ncoghlan | create | |