| commit | ed9e06cb21c4437aa87bb23c6509d3dd3274d0fc | [log] [tgz] |
|---|---|---|
| author | Richard Oudkerk <shibturn@gmail.com> | Sun Jan 13 22:46:48 2013 +0000 |
| committer | Richard Oudkerk <shibturn@gmail.com> | Sun Jan 13 22:46:48 2013 +0000 |
| tree | f9883ce2f4a7dd0e937b5a7c2160cb57e9d185ac | |
| parent | f1b045f41740b1e25ecb5fc4f75003fac59c118a [diff] [blame] |
Issue #16955: Fix the poll() method for multiprocessing's socket connections on Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index d09406b..c444ed6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -147,6 +147,9 @@ Library ------- +- Issue #16955: Fix the poll() method for multiprocessing's socket + connections on Windows. + - SSLContext.load_dh_params() now properly closes the input file. - Issue #16829: IDLE printing no longer fails if there are spaces or other