]> granicus.if.org Git - python/commit
#1433694: minidom's .normalize() failed to set .nextSibling for last element.
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 17:10:46 +0000 (17:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Feb 2008 17:10:46 +0000 (17:10 +0000)
commit19aff0c90a1632fce527d7c81769ba419184700c
treeca3941db3a16a3ebd33991d66242d9f9ec5326c3
parent8887e548674d34da0a9e025e68a1f55ff57a8752
#1433694: minidom's .normalize() failed to set .nextSibling for last element.
Fix by Malte Helmert
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py
Misc/ACKS