bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117)

* Revert "bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)"

This reverts commit b33e52511a.
This commit is contained in:
Serhiy Storchaka 2020-06-10 18:39:12 +03:00 committed by GitHub
parent c6483c9896
commit ec88e1bca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,3 @@
# Deprecated alias for xml.etree.ElementTree
from xml.etree.ElementTree import *