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

Serhiy Storchaka report at bugs.python.org
Wed May 27 10:48:21 CEST 2015


Serhiy Storchaka added the comment:

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

Pickling qualified names with arbitrary number of dots is supported in 3.4 with protocol 4 and in 3.5 with all protocols (backward compatibly).

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list