This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
9bee329130
cpython
/
Lib
/
xml
/
etree
/
cElementTree.py
4 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
2012-02-13 06:03:30 -04:00
# Deprecated alias for xml.etree.ElementTree
added cElementTree/_elementtree build stuff and wrapper module
2005-12-14 14:46:16 -04:00
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
2012-02-13 06:03:30 -04:00
from
xml
.
etree
.
ElementTree
import
*