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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17947>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to