diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-07-17 08:08:45 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-07-17 08:08:45 (GMT) |
commit | 5329aaa74bfe48a3be4fcd15d070bacfde682267 (patch) | |
tree | df4df4e19122af73c1a262d2719843b8ef990c87 /Misc/NEWS | |
parent | 579db160b392404b6dd9608ce5f5bef29a9885a4 (diff) | |
download | cpython-5329aaa74bfe48a3be4fcd15d070bacfde682267.zip cpython-5329aaa74bfe48a3be4fcd15d070bacfde682267.tar.gz cpython-5329aaa74bfe48a3be4fcd15d070bacfde682267.tar.bz2 |
Issue #21750: mock_open.read_data can now be read from each instance, as it
could in Python 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins 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. |