This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-26 21:33:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
ec5046b76b
cpython
/
Lib
/
xml
History
Download ZIP
Download TAR.GZ
Ezio Melotti
6d6fb3aa9f
#15970
: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
2012-09-19 08:11:03 +03:00
..
dom
#4147
: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
2011-11-18 17:30:28 +02:00
etree
#15970
: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param".
2012-09-19 08:11:03 +03:00
parsers
sax
__init__.py