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 eli.bendersky
Recipients alex, barry, docs@python, eli.bendersky, ethan.furman, ezio.melotti, ncoghlan, zach.ware
Date 2013-05-11.03:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAF-Rda9QNxHewsQa0LCcOxrjubOmPGH9ju-mMSV6jZfUb9HjBQ@mail.gmail.com>
In-reply-to <1368241746.54.0.0191259394505.issue17947@psf.upfronthosting.co.za>
Content
> 2. Mike Bayer (SQL Alchemy author) has requested the ability to derive a
> custom metaclass that turns off the Enums-with-members-are-final
> subclassing restriction (relaxing the rule that members of an enum are
> instances of that enum to "members of an enum are instances of that enum,
> or one of its parent enums", but otherwise keeping the same behaviour as
> the standard enums).
>

Nick, after you read the whole code, please consider whether it's not
already complex enough even without catering to every other need out there.
History
Date User Action Args
2013-05-11 03:28:32eli.benderskysetrecipients: + eli.bendersky, barry, ncoghlan, ezio.melotti, alex, docs@python, ethan.furman, zach.ware
2013-05-11 03:28:32eli.benderskylinkissue17947 messages
2013-05-11 03:28:32eli.benderskycreate