summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-27 07:20:38 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-27 07:20:38 (GMT)
commitedd117fd279a8c7339ec2d6d88633218ef9d891e (patch)
tree1f512ccc12aba628fbc5115cc394aabbfc6d6831 /Misc
parent40fc59d98b70902f140aaf3c3e4c2b0739a9f1bc (diff)
parent935a5888255b60b77547e7bdf32e03fbe963ef52 (diff)
downloadcpython-edd117fd279a8c7339ec2d6d88633218ef9d891e.zip
cpython-edd117fd279a8c7339ec2d6d88633218ef9d891e.tar.gz
cpython-edd117fd279a8c7339ec2d6d88633218ef9d891e.tar.bz2
#11763: merge with 3.1.
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 834811b..005527f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,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