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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5324f65c3c2b443a2088109e3d6e4068a236b3da;p=python Fixed typos in Misc/NEWS. --- 5324f65c3c2b443a2088109e3d6e4068a236b3da diff --cc Misc/NEWS index ce380ee3ce,ba01a06ac6..663010a81b --- 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.