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 John Hagen
Recipients John Hagen, barry, eli.bendersky, ethan.furman
Date 2016-07-10.22:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468189564.37.0.0525124012702.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
To me, class Color(AutoEnum) and class Color(AutoEnum, IntEnum) is a little more straightforward.  It makes usage of AutoEnum similar to IntEnum, and I would expect it to be at least as popular as it.

A enum-related side question, since the plan is for this to go into the stdlib, would it also go into enum34 since that is the official back port of the stdlib Enum?
History
Date User Action Args
2016-07-10 22:26:04John Hagensetrecipients: + John Hagen, barry, eli.bendersky, ethan.furman
2016-07-10 22:26:04John Hagensetmessageid: <1468189564.37.0.0525124012702.issue26988@psf.upfronthosting.co.za>
2016-07-10 22:26:04John Hagenlinkissue26988 messages
2016-07-10 22:26:04John Hagencreate