[issue17941] namedtuple should support fully qualified name for more portable pickling

Raymond Hettinger report at bugs.python.org
Mon May 13 03:49:24 CEST 2013


Raymond Hettinger added the comment:

Marking this a low priority.  I want to see how it pans out for Enums before adding a new parameter to the namedtuple API.  Also, I would like to look at the test cases for Enum so I can see how you're writing tests that would fail without this parameter.

----------
priority: normal -> low

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


More information about the Python-bugs-list mailing list