mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix TextIOWrapper.read() when the buffer is not readable #5628
This commit is contained in:
parent
d2ee64d9dd
commit
a1b49013f4
4 changed files with 15 additions and 0 deletions
|
@ -53,6 +53,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #5628: Fix io.TextIOWrapper.read() with a unreadable buffer.
|
||||
|
||||
- Issue #5619: Multiprocessing children disobey the debug flag and causes
|
||||
popups on windows buildbots. Patch applied to work around this issue.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue