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 ethan.furman
Recipients barry, eli.bendersky, ethan.furman, giampaolo.rodola, serhiy.storchaka
Date 2015-03-17.18:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426615995.96.0.666552095953.issue23325@psf.upfronthosting.co.za>
In-reply-to
Content
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)'?
History
Date User Action Args
2015-03-17 18:13:16ethan.furmansetrecipients: + ethan.furman, barry, giampaolo.rodola, eli.bendersky, serhiy.storchaka
2015-03-17 18:13:15ethan.furmansetmessageid: <1426615995.96.0.666552095953.issue23325@psf.upfronthosting.co.za>
2015-03-17 18:13:15ethan.furmanlinkissue23325 messages
2015-03-17 18:13:15ethan.furmancreate