<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Since there appeared to be an overall positive response for making<br>
this change in Python 3.3, and since there isn&#39;t longer any doubt<br>
about the ownership of the package *in Python&#39;s stdlib* (see<br>
<a href="http://mail.python.org/pipermail/python-dev/2012-February/116389.html" target="_blank">http://mail.python.org/pipermail/python-dev/2012-February/116389.html</a>),<br>
I&#39;ve opened issue 13988 on the bug tracker to follow the<br>
implementation.<br>
<span class="HOEnZb"></span><br></blockquote></div><br>The change was committed to the default branch. In 3.3, &quot;import xml.etree.ElementTree&quot; will automatically use the _elementtree accelerator, if available, and will fall back to a Python implementation otherwise. The documentation of ElementTree has also been updated to reflect this fact.<br>

<br>Thanks a lot to Florent Xicluna for the great co-operation, and all the others who submitted opinions in the issue. For more details see <a href="http://bugs.python.org/issue13988">http://bugs.python.org/issue13988</a><br>

<br>Eli<br><br></div>