commit | a1b49013f477e83bd1652f651f35c2e4eea54b67 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Mar 31 23:11:32 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Mar 31 23:11:32 2009 +0000 |
tree | e56aaae216ffdb72108a7131de3f2dd38ddc8244 | |
parent | d2ee64d9dd62942488a2f7fff18a21b87da7f7a9 [diff] [blame] |
fix TextIOWrapper.read() when the buffer is not readable #5628
diff --git a/Misc/NEWS b/Misc/NEWS index 78adb64..914e257 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,6 +53,8 @@ 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.