]> granicus.if.org Git - python/commit
#4147: minidom's toprettyxml no longer adds whitespace around a text node when it...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 18 Nov 2011 15:30:28 +0000 (17:30 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 18 Nov 2011 15:30:28 +0000 (17:30 +0200)
commit93bbb6a9a641d54c242651e97948c15be911c9bb
treeeb132cf7de83c92c47a54f72aeabb75c7e491ce7
parentba41c6a1c3ed8b4f00703df8c9ed1d8ec73174c8
#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.
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py
Misc/NEWS