From: Serhiy Storchaka Date: Sat, 18 Jul 2015 20:18:49 +0000 (+0300) Subject: Fixed typos in Misc/NEWS. X-Git-Tag: v3.6.0a1~1956 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5324f65c3c2b443a2088109e3d6e4068a236b3da;p=thirdparty%2FPython%2Fcpython.git Fixed typos in Misc/NEWS. --- 5324f65c3c2b443a2088109e3d6e4068a236b3da diff --cc Misc/NEWS index ce380ee3ce3e,ba01a06ac616..663010a81b51 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -41,8 -19,14 +41,8 @@@ Core and Builtin Library ------- - - Issue #24631: Fixed regression in the timeit modulu with multyline setup. + - Issue #24631: Fixed regression in the timeit module with multiline 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.