commit | 34b32d62f85f198ca0c92b367e04a08febb87532 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <none@none> | Wed Apr 27 09:45:46 2011 +0300 |
committer | Ezio Melotti <none@none> | Wed Apr 27 09:45:46 2011 +0300 |
tree | 938636c04083f9be5d9df818283975d90b574098 | |
parent | 5dc6868f258d71e532e2bcc2ae6a03fa9ea47016 [diff] [blame] |
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
diff --git a/Misc/NEWS b/Misc/NEWS index 3bd61e4..4c57348 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -61,6 +61,9 @@ Library ------- +- Issue #11763: don't use difflib in TestCase.assertMultiLineEqual if the + strings are too long. + - Issue #11236: getpass.getpass responds to ctrl-c or ctrl-z on terminal. - Issue #11768: The signal handler of the signal module only calls