summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-08-06 10:16:52 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-08-06 10:16:52 (GMT)
commitabfaecdfdd9c10732e221eada3c259523fd14a8f (patch)
treebf41008c5b0dada835fb70aa471617b55348e03c /Misc
parent888a6729da50a819438c6aa47e5ea7999d039b24 (diff)
parent86b34da5ef249b865281704a5f6721391edb0c1c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 56e61e2..eada032 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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