summaryrefslogtreecommitdiff
path: root/Lib/xml/etree/cElementTree.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-10 09:01:25 -0700
committerGitHub <noreply@github.com>2020-06-10 18:01:25 +0200
commit3b97d1becbe08cf56c58d9c740a4622cbf6285fd (patch)
treeda5877514b48e8d90edd19898371d3e25ef50f59 /Lib/xml/etree/cElementTree.py
parentd55ed7b10794b6ee6a04a564e6d714368d520c15 (diff)
downloadcpython-git-3b97d1becbe08cf56c58d9c740a4622cbf6285fd.tar.gz
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780)
* Revert "bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)" This reverts commit b33e52511a59c6da7132c226b7f7489b092a33eb. (cherry picked from commit ec88e1bca81a167e6d5c0ac635e22f84298cb1df)
Diffstat (limited to 'Lib/xml/etree/cElementTree.py')
-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 0000000000..368e679189
--- /dev/null
+++ b/Lib/xml/etree/cElementTree.py
@@ -0,0 +1,3 @@
+# Deprecated alias for xml.etree.ElementTree
+
+from xml.etree.ElementTree import *