[issue13988] Expose the C implementation of ElementTree by default when importing ElementTree

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Tue May 15 20:19:40 CEST 2012


Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com> added the comment:

Temporary very ugly workaround (before importing xml.etree.ElementTree) is:

import sys
sys.modules["_elementtree"] = None

----------

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


More information about the Python-bugs-list mailing list