From: Robert Collins Date: Wed, 19 Aug 2015 23:13:38 +0000 (+1200) Subject: Issue #20362: Honour TestCase.longMessage correctly in assertRegex. X-Git-Tag: v3.6.0a1~1749 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f01b16c1fe2c7d350ccde273fb03ac10eab35229;p=thirdparty%2FPython%2Fcpython.git Issue #20362: Honour TestCase.longMessage correctly in assertRegex. Patch from Ilia Kurenkov. --- f01b16c1fe2c7d350ccde273fb03ac10eab35229 diff --cc Misc/NEWS index 0bb5697c3b2f,5035e4738ef4..7b11b88c7794 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -22,6 -17,33 +22,9 @@@ Core and Builtin Library ------- + - Issue #20362: Honour TestCase.longMessage correctly in assertRegex. + Patch from Ilia Kurenkov. + -- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. - -- Issue #23572: Fixed functools.singledispatch on classes with falsy - metaclasses. Patch by Ethan Furman. - - -Documentation -------------- - - -What's New in Python 3.5.0 release candidate 2? -=============================================== - -Release date: 2015-08-23 - -Core and Builtins ------------------ - -- Issue #21167: NAN operations are now handled correctly when python is - compiled with ICC even if -fp-model strict is not specified. - -Library -------- - - Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel.