]> granicus.if.org Git - python/commit
#5762: fix handling of empty namespace in minidom, which would result in AttributeErr...
authorGeorg Brandl <georg@python.org>
Fri, 15 Oct 2010 17:58:45 +0000 (17:58 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 15 Oct 2010 17:58:45 +0000 (17:58 +0000)
commitb9cd72a9f776bc2b517e22af444dc14268f50b41
tree7792769589a501efcdedce5cd4356c5bcffa06aa
parentd4460aaacdae40505a4645a73c021bfc810c9cb3
#5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml().
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py
Misc/NEWS