]> granicus.if.org Git - python/commit
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too...
authorEzio Melotti <none@none>
Wed, 27 Apr 2011 06:45:46 +0000 (09:45 +0300)
committerEzio Melotti <none@none>
Wed, 27 Apr 2011 06:45:46 +0000 (09:45 +0300)
commit34b32d62f85f198ca0c92b367e04a08febb87532
tree938636c04083f9be5d9df818283975d90b574098
parent5dc6868f258d71e532e2bcc2ae6a03fa9ea47016
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Misc/NEWS