summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <devnull@localhost>2011-04-27 09:45:46 +0300
committerEzio Melotti <devnull@localhost>2011-04-27 09:45:46 +0300
commitfd44bcb9cd589b3f34ed53625594d53787e7d0cc (patch)
tree87111cc7cf80c2d42033349e16531f1057b33ec8 /Misc
parent2e1129b1085e3f6cb6060d505b5dd3e1774d1bae (diff)
downloadcpython-fd44bcb9cd589b3f34ed53625594d53787e7d0cc.tar.gz
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3bd61e4dea..4c573480d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,9 @@ Core and Builtins
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