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

Richard Oudkerk report at bugs.python.org
Thu May 9 12:33:59 CEST 2013


Richard Oudkerk added the comment:

> If the name is a qualified dotted name, it will be split and the first 
> part becomes the __module__.

That will not work correctly if the module name has a dot in it.

----------
nosy: +sbt

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


More information about the Python-bugs-list mailing list