[issue16076] xml.etree.ElementTree.Element is no longer pickleable

Serhiy Storchaka report at bugs.python.org
Mon Oct 1 19:52:06 CEST 2012


Serhiy Storchaka added the comment:

In 3.2 repr(xml.etree.ElementTree.Element) is "<class 'xml.etree.ElementTree.Element'>".
In 3.3 repr(xml.etree.ElementTree.Element) is "<class 'Element'>".

----------
versions: +Python 3.4

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


More information about the Python-bugs-list mailing list