summaryrefslogtreecommitdiffstats
path: root/Lib/xml
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-06-10 15:39:12 (GMT)
committerGitHub <noreply@github.com>2020-06-10 15:39:12 (GMT)
commitec88e1bca81a167e6d5c0ac635e22f84298cb1df (patch)
tree1816d67b09ca3ccb684c9e96438a614a5a92fc98 /Lib/xml
parentc6483c989694cfa328dabd45eb191440da54bc68 (diff)
downloadcpython-ec88e1bca81a167e6d5c0ac635e22f84298cb1df.zip
cpython-ec88e1bca81a167e6d5c0ac635e22f84298cb1df.tar.gz
cpython-ec88e1bca81a167e6d5c0ac635e22f84298cb1df.tar.bz2
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 b33e52511a59c6da7132c226b7f7489b092a33eb.
Diffstat (limited to 'Lib/xml')
-rw-r--r--Lib/xml/etree/cElementTree.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/xml/etree/cElementTree.py b/Lib/xml/etree/cElementTree.py
new file mode 100644
index 0000000..368e679
--- /dev/null
+++ b/Lib/xml/etree/cElementTree.py
@@ -0,0 +1,3 @@
+# Deprecated alias for xml.etree.ElementTree
+
+from xml.etree.ElementTree import *