[docs] [issue17947] Code, test, and doc review for PEP-0435 Enum

Ethan Furman report at bugs.python.org
Wed May 15 04:28:28 CEST 2013


Ethan Furman added the comment:

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!  :)

----------
assignee:  -> ethan.furman
Added file: http://bugs.python.org/file30265/pep-0435.06.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17947>
_______________________________________


More information about the docs mailing list