This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
96b1c59c71
cpython
/
Lib
/
xml
/
etree
History
Gordon P. Hemsley
7d952ded68
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995)
2019-09-10 16:22:01 +01:00
..
ElementInclude.py
Issue
#20331
: Fixed possible FD leaks in various modules:
2014-01-25 19:43:56 +02:00
ElementPath.py
bpo-36831: Do not apply default namespace to unprefixed attributes in ElementPath. (
#13201
)
2019-05-09 07:22:47 +02:00
ElementTree.py
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995)
2019-09-10 16:22:01 +01:00
__init__.py
…
cElementTree.py
…