Message238327
A private method is being added to Enum to better support Enum replacement of constants, part of which includes changing __reduce_ex__ to return the string of the name.
These changes answer points 1 and 4.
Point 2 would be nice, but seems somewhat less important if Enums are being used.
Point 3 -- I don't see how 'Signal(xxx, yyy)' is more complicated than 'Signal(xxx, zzz)'? |
|
Date |
User |
Action |
Args |
2015-03-17 18:13:16 | ethan.furman | set | recipients:
+ ethan.furman, barry, giampaolo.rodola, eli.bendersky, serhiy.storchaka |
2015-03-17 18:13:15 | ethan.furman | set | messageid: <1426615995.96.0.666552095953.issue23325@psf.upfronthosting.co.za> |
2015-03-17 18:13:15 | ethan.furman | link | issue23325 messages |
2015-03-17 18:13:15 | ethan.furman | create | |
|