http://hg.python.org/cpython/rev/27600ad15931 changeset: 81508:27600ad15931 branch: 3.3 parent: 81503:656a45738e5e parent: 81507:abf111b9a464 user: Richard Oudkerk <shibturn at gmail.com> date: Tue Jan 15 01:04:03 2013 +0000 summary: Dummy merge files: Misc/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -147,6 +147,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. -- Repository URL: http://hg.python.org/cpython