From: Robert Collins Date: Fri, 17 Jul 2015 08:10:23 +0000 (+1200) Subject: Issue #21750: mock_open.read_data can now be read from each instance, as it X-Git-Tag: v3.5.0b4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4838717b53eaaa686f301458d298751893e58055;p=python Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3. --- 4838717b53eaaa686f301458d298751893e58055 diff --cc Misc/NEWS index 052e7ce48c,2c669f3bbb..514c759041 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -73,6 -66,21 +73,9 @@@ Core and Builtin Library ------- + - Issue #21750: mock_open.read_data can now be read from each instance, as it + could in Python 3.3. + -- Issue #23247: Fix a crash in the StreamWriter.reset() of CJK codecs. - -- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. - Patch from Nicola Palumbo and Laurent De Buyst. - -- Issue #24608: chunk.Chunk.read() now always returns bytes, not str. - -- Issue #18684: Fixed reading out of the buffer in the re module. - -- Issue #24259: tarfile now raises a ReadError if an archive is truncated - inside a data segment. - - Issue #24552: Fix use after free in an error case of the _pickle module. - Issue #24514: tarfile now tolerates number fields consisting of only