Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.

Initial patch by Aaron Hill.
This commit is contained in:
Berker Peksag 2015-08-06 13:16:52 +03:00
commit abfaecdfdd
3 changed files with 35 additions and 3 deletions

View file

@ -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