]> granicus.if.org Git - python/commit
Patch for Py3k with fallback for comparing unsortable sequences in
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 4 Apr 2009 18:55:09 +0000 (18:55 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 4 Apr 2009 18:55:09 +0000 (18:55 +0000)
commita5809c84b392ef855ac18b17967c9f7e34118053
treea50c177030a0710e73b9c96c46a4ed57e3feff29
parent270a9ceb5b5dd72792ee88d5420417105cedcb2b
Patch for Py3k with fallback for comparing unsortable sequences in
assertSameElements.

Removed the expected failure and added another test case to confirm that
this patch works for unsortable sequences that are the same (no fail)
and different (fail).

Issue #2578
Lib/test/test_unittest.py
Lib/unittest.py