[Python-Dev] Std test failures on WIndows: test_compare, test_minidom

Tim Peters tim.one@home.com
Tue, 2 Jan 2001 15:48:08 -0500


test_compare is broken because the expected-output file has bizarre stuff in
it like:

    cmp(2, [1]) = -108
    cmp(2, (2,)) = -116
    cmp(2, None) = -78

What's up with that?

I'll leave test_minidom to someone who thinks they know what it's doing.

Both failures are very recent.