]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move the test for confirmation that all nodes have been freed into the
authorFred Drake <fdrake@acm.org>
Mon, 9 Oct 2000 19:57:39 +0000 (19:57 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Oct 2000 19:57:39 +0000 (19:57 +0000)
commitebe73025cde08703861322a6ae38095dbe494512
tree11b943499011423ff62e2269bd418ef4294f891e
parent5c2c6046eb8cc8489422e3742d20241c1d500e0a
Move the test for confirmation that all nodes have been freed into the
driver code, so that each test gets this; it had been done inconsistently.
Remove the lines that set the variables holding dom objects to None; not
needed since the interpreter cleans up locals on function return.
Lib/test/output/test_minidom
Lib/test/test_minidom.py