From: Serhiy Storchaka Date: Wed, 15 Jul 2015 19:12:33 +0000 (+0300) Subject: Issue #24631: Fixed regression in the timeit modulu with multyline setup. X-Git-Tag: v3.6.0a1~1967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a2290865972e47d68360af4fed6ad9ef4b4434c;p=thirdparty%2FPython%2Fcpython.git Issue #24631: Fixed regression in the timeit modulu with multyline setup. --- 3a2290865972e47d68360af4fed6ad9ef4b4434c diff --cc Misc/NEWS index ffce23f422b7,bb7e04d7b878..601b6e23fe3a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -39,6 -17,14 +39,8 @@@ Core and Builtin Library ------- + - Issue #24631: Fixed regression in the timeit modulu with multyline setup. + -- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. - Patch from Nicola Palumbo and Laurent De Buyst. - -- Issue #23661: unittest.mock side_effects can now be exceptions again. This - was a regression vs Python 3.4. Patch from Ignacio Rossi - - Issue #24608: chunk.Chunk.read() now always returns bytes, not str. - Issue #18684: Fixed reading out of the buffer in the re module.