summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-27 07:17:34 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-27 07:17:34 (GMT)
commit935a5888255b60b77547e7bdf32e03fbe963ef52 (patch)
tree9b961df2edfd13c0df9f5eb2012c12d124282605 /Misc
parent72387f90fd317199ed1df1605f1d719870033355 (diff)
downloadcpython-935a5888255b60b77547e7bdf32e03fbe963ef52.zip
cpython-935a5888255b60b77547e7bdf32e03fbe963ef52.tar.gz
cpython-935a5888255b60b77547e7bdf32e03fbe963ef52.tar.bz2
#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 8eefdaf..b4ba3b6 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