commit | 90b5d9288d2a25372471cbee9b49edc2e2193178 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Mon Jan 14 23:09:14 2013 +0000 |
committer | Richard Oudkerk <shibturn@gmail.com> | Mon Jan 14 23:09:14 2013 +0000 |
tree | 7b48a9a0b0115c6ccd77076baaf637a4ae585ef3 | |
parent | 80a9fd77a0d63eed2f5d40e60437b5a465b7c1a5 [diff] [blame] |
Issue #10527: Use poll() instead of select() for multiprocessing pipes
diff --git a/Misc/NEWS b/Misc/NEWS index ab219ae..4ec9c53 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -186,6 +186,8 @@ Library ------- +- Issue #10527: Use poll() instead of select() for multiprocessing pipes. + - Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.