]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport patches for versions 1.33, 1.35, and 1.36 from the trunk:
authorFred Drake <fdrake@acm.org>
Thu, 26 Sep 2002 15:52:59 +0000 (15:52 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 26 Sep 2002 15:52:59 +0000 (15:52 +0000)
commit2abf167a1544bbd73cf640b1f61bd762bfd3f0e3
treeecef8daed61c203881d613d4fd41bea5eff977d9
parent6a0955610f8a7dd3eb58575f8fbc052b5210699f
Backport patches for versions 1.33, 1.35, and 1.36 from the trunk:

revision 1.36:
If PyXML is installed, there is no Node.allnodes, so that portion of
the test should be skipped if that's the case.

revision 1.35:
Remove duplicate checks of the Node.allnodes variable.

revision 1.33:
Follow PyXML: Remove all prints from successful tests.  This means we can
also drop the output file.
Lib/test/test_minidom.py