Skip to content

Switch from cElementTree to ElementTree.

Vinson Lee requested to merge vlee/piglit:python3-elementtree into master

The xml.etree.cElementTree module will be removed in Python 3.9. Since Python 3.3 the xml.etree.cElementTree module has been deprecated, the xml.etree.ElementTree module uses a fast implementation whenever available.

Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @dbaker @eric

Edited by Vinson Lee

Merge request reports