This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5604ef3e36756e59d3396ed16d7a94de2687e0ac
cpython
/
Lib
/
xml
/
dom
History
Ezio Melotti
8008f2aba0
#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:34:26 +02:00
..
__init__.py
…
domreg.py
…
expatbuilder.py
…
minicompat.py
…
minidom.py
#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:34:26 +02:00
NodeFilter.py
…
pulldom.py
Issue
#12451
: xml.dom.pulldom: parse() now opens files in binary mode instead
2011-07-04 01:25:55 +02:00
xmlbuilder.py
…