summaryrefslogtreecommitdiffstats
path: root/Lib/xml/etree
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-03-22 12:31:38 (GMT)
committerGitHub <noreply@github.com>2020-03-22 12:31:38 (GMT)
commitb33e52511a59c6da7132c226b7f7489b092a33eb (patch)
treec8829fbaefadf80e46e5c36f42ec6b22fd7ec124 /Lib/xml/etree
parentb146568dfcbcd7409c724f8917e4f77433dd56e4 (diff)
downloadcpython-b33e52511a59c6da7132c226b7f7489b092a33eb.zip
cpython-b33e52511a59c6da7132c226b7f7489b092a33eb.tar.gz
cpython-b33e52511a59c6da7132c226b7f7489b092a33eb.tar.bz2
bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)
Diffstat (limited to 'Lib/xml/etree')
-rw-r--r--Lib/xml/etree/cElementTree.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/xml/etree/cElementTree.py b/Lib/xml/etree/cElementTree.py
deleted file mode 100644
index 368e679..0000000
--- a/Lib/xml/etree/cElementTree.py
+++ /dev/null
@@ -1,3 +0,0 @@
-# Deprecated alias for xml.etree.ElementTree
-
-from xml.etree.ElementTree import *