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 John Hagen, barry, eli.bendersky, ethan.furman
Date 2016-07-11.01:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468200887.15.0.654806462356.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
That brings up a really good point -- this feature requires the __prepare__ method of the metaclass, so it won't work in Python 2 any way.

So, yeah, bug-fix-mostly mode for enum34.  :)
History
Date User Action Args
2016-07-11 01:34:47ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, John Hagen
2016-07-11 01:34:47ethan.furmansetmessageid: <1468200887.15.0.654806462356.issue26988@psf.upfronthosting.co.za>
2016-07-11 01:34:47ethan.furmanlinkissue26988 messages
2016-07-11 01:34:46ethan.furmancreate