]> granicus.if.org Git - python/commit
Attribute nodes did not always get their ownerDocument and ownerElement
authorFred Drake <fdrake@acm.org>
Thu, 6 Dec 2001 18:27:48 +0000 (18:27 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 6 Dec 2001 18:27:48 +0000 (18:27 +0000)
commit2998a55f2dd658d15d033272ac88aebfc0dda957
treecbf941b754429c1a408bb4a79221322c31751d31
parent6b04ffe9e59dc8df46f2d68646ed82cbbef0714c
Attribute nodes did not always get their ownerDocument and ownerElement
properly set.  This fixes that.
Lib/test/output/test_minidom
Lib/test/test_minidom.py
Lib/xml/dom/minidom.py