diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-01-13 22:46:48 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-01-13 22:46:48 (GMT) |
commit | ed9e06cb21c4437aa87bb23c6509d3dd3274d0fc (patch) | |
tree | f9883ce2f4a7dd0e937b5a7c2160cb57e9d185ac /Misc/NEWS | |
parent | f1b045f41740b1e25ecb5fc4f75003fac59c118a (diff) | |
download | cpython-ed9e06cb21c4437aa87bb23c6509d3dd3274d0fc.zip cpython-ed9e06cb21c4437aa87bb23c6509d3dd3274d0fc.tar.gz cpython-ed9e06cb21c4437aa87bb23c6509d3dd3274d0fc.tar.bz2 |
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -147,6 +147,9 @@ Core and Builtins 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 |