diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-08-06 10:16:52 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-08-06 10:16:52 (GMT) |
commit | abfaecdfdd9c10732e221eada3c259523fd14a8f (patch) | |
tree | bf41008c5b0dada835fb70aa471617b55348e03c /Misc | |
parent | 888a6729da50a819438c6aa47e5ea7999d039b24 (diff) | |
parent | 86b34da5ef249b865281704a5f6721391edb0c1c (diff) | |
download | cpython-abfaecdfdd9c10732e221eada3c259523fd14a8f.zip cpython-abfaecdfdd9c10732e221eada3c259523fd14a8f.tar.gz cpython-abfaecdfdd9c10732e221eada3c259523fd14a8f.tar.bz2 |
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Library - Issue #23973: Update typing.py from GitHub repo. +- Issue #23004: mock_open() now reads binary data correctly when the type of + read_data is bytes. Initial patch by Aaron Hill. + - Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. - Issue #23652: Make it possible to compile the select module against the |