[issue31467] cElementTree behaves differently compared to ElementTree

Ravikumar report at bugs.python.org
Thu Sep 14 07:32:55 EDT 2017


Ravikumar added the comment:

Just now I have figured out that , in the documentation it was mentioned that cElementTree module is deprecated in Python 3.3 version. 

"The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data.

Changed in version 3.3: This module will use a fast implementation whenever available. The xml.etree.cElementTree module is deprecated."

https://docs.python.org/3/library/xml.etree.elementtree.html


In that case, will your resolution comment still holds valid ??
If so then, how to use cElementTree in my usecase

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31467>
_______________________________________


More information about the Python-bugs-list mailing list