This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9409f7c45
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 10:03:30 +00:00
# Deprecated alias for xml.etree.ElementTree
added cElementTree/_elementtree build stuff and wrapper module
2005-12-14 18:46:16 +00:00
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
2012-02-13 10:03:30 +00:00
from
xml
.
etree
.
ElementTree
import
*