diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-27 07:17:34 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-27 07:17:34 (GMT) |
commit | 935a5888255b60b77547e7bdf32e03fbe963ef52 (patch) | |
tree | 9b961df2edfd13c0df9f5eb2012c12d124282605 /Misc | |
parent | 72387f90fd317199ed1df1605f1d719870033355 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |