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

Nick Coghlan report at bugs.python.org
Sat May 11 20:38:20 CEST 2013


Nick Coghlan added the comment:

Why we need two ways to do it? If "module=__name__" is available, what's the rationale for providing the option of leaving it out when pickling support is required? (The only times the frame hack will work to enable pickling, the explicit fix will also work).

----------

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


More information about the Python-bugs-list mailing list