]> 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:34:26 +0000 (17:34 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 18 Nov 2011 15:34:26 +0000 (17:34 +0200)
commit8008f2aba0c063a882c33ebd4b39a5a560deb8c0
treee40e0b93e6dac9b1c2b5efa5769226884caab0db
parente62aad3073c6fe329d8cd67dda21199c67630ed5
#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