mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
c6483c9896
commit
ec88e1bca8
5 changed files with 21 additions and 5 deletions
3
Lib/xml/etree/cElementTree.py
Normal file
3
Lib/xml/etree/cElementTree.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Deprecated alias for xml.etree.ElementTree
|
||||
|
||||
from xml.etree.ElementTree import *
|
Loading…
Add table
Add a link
Reference in a new issue