mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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:
commit
abfaecdfdd
3 changed files with 35 additions and 3 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue