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 alex, barry, benjamin.peterson, docs@python, eli.bendersky, ethan.furman, ezio.melotti, gvanrossum, isoschiz, ncoghlan, pconnell, python-dev, zach.ware
Date 2013-05-15.02:28:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368584907.94.0.365614056161.issue17947@psf.upfronthosting.co.za>
In-reply-to
Content
Got the pickle issues worked out.  Added super to the metaclass' __new__.  Checking for illegal names of members and raising ValueError if any are found (I know, I know, safety checks!  But such an enum is broken from the getgo so I see no reason to allow those names through).

Thanks everyone for the excellent feed back.  I really appreciate it.  Hopefully we're almost done!  :)
History
Date User Action Args
2013-05-15 02:28:28ethan.furmansetrecipients: + ethan.furman, gvanrossum, barry, ncoghlan, benjamin.peterson, ezio.melotti, alex, eli.bendersky, docs@python, python-dev, zach.ware, pconnell, isoschiz
2013-05-15 02:28:27ethan.furmansetmessageid: <1368584907.94.0.365614056161.issue17947@psf.upfronthosting.co.za>
2013-05-15 02:28:27ethan.furmanlinkissue17947 messages
2013-05-15 02:28:27ethan.furmancreate