fix TextIOWrapper.read() when the buffer is not readable #5628

This commit is contained in:
Benjamin Peterson 2009-03-31 23:11:32 +00:00
parent d2ee64d9dd
commit a1b49013f4
4 changed files with 15 additions and 0 deletions

View file

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