cpython/Lib/xml/dom
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
..
NodeFilter.py
__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
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