<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">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>

</div></blockquote><div><br>An open question remains on whether to deprecate cElementTree, now that this change is in place. <br><br>Currently in 3.3 the whole cElementTree module is:<br><br>  # Deprecated alias for xml.etree.ElementTree<br>

<br>  from xml.etree.ElementTree import *<br><br>Would it be alright to issue a DeprecationWarning if this module is imported? Then hopefully a couple of releases after 3.3 we can just dump it.<br><br>Eli<br><br> <br></div>

</div></div>