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-13 07:59:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cabbde9e1ef851ec02a181fdf5b090ca534f864e
cpython
/
Lib
/
xml
T
History
Antoine Pitrou
0acbcb5bbe
Issue
#17741
: use composition, rather than inheritance, for xml.etree.iterparse's result class.
...
Patch by Stefan Behnel.
2013-08-23 23:04:30 +02:00
..
dom
…
etree
Issue
#17741
: use composition, rather than inheritance, for xml.etree.iterparse's result class.
2013-08-23 23:04:30 +02:00
parsers
…
sax
Issue
#18200
: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
2013-07-04 17:43:24 -04:00
__init__.py
…