[XML-SIG] Re: [Python-Dev] test_minidom non-failure failure? (take 2)

Lars Marius Garshol larsga@garshol.priv.no
13 Oct 2000 22:08:05 +0200


* Fred L. Drake, Jr.
|
| This looks like a problem in the unlink() method of the DOM.  Could
| you please check that the unlink() method is updated to handle the
| latest version of the other changes?  

It seems that the current unlink() does not remove sibling cycles.
Patch #101897 adds a line to set sibling references to None, which
seems to make regrtest.py -l happy.

--Lars M.