This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-19 10:54:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2e0a53fdf6dd84ab5418ae4faec330eaed443bd6
cpython
/
Lib
/
xml
T
History
Florent Xicluna
3e8c189faa
Issue
#6472
: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
2010-03-11 14:36:19 +00:00
..
dom
replace has_key with 'in' operator
2009-10-09 22:15:50 +00:00
etree
Issue
#6472
: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.
2010-03-11 14:36:19 +00:00
parsers
…
sax
issue#6442 use in operator instead of has_key
2010-02-23 19:34:06 +00:00
__init__.py
…