diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-22 10:34:50 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-22 10:34:50 (GMT) |
commit | 2e610df5720cdc0fc16795ae17b7d8c6f7502b82 (patch) | |
tree | 49b8e6a2382dd121829145181ae513d8a190f714 /Misc | |
parent | 21efc0bbf80fc23a277429b6260c9e45f7ca573e (diff) | |
parent | 3217b1243e03f93ceefa273f6d9941332750cc60 (diff) | |
download | cpython-2e610df5720cdc0fc16795ae17b7d8c6f7502b82.zip cpython-2e610df5720cdc0fc16795ae17b7d8c6f7502b82.tar.gz cpython-2e610df5720cdc0fc16795ae17b7d8c6f7502b82.tar.bz2 |
Merge socketserver fixes from 3.6
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4973,7 +4973,7 @@ Library - Issue #18643: Add socket.socketpair() on Windows. -- Issue #22435: Fix a file descriptor leak when SocketServer bind fails. +- Issue #22435: Fix a file descriptor leak when socketserver bind fails. - Issue #13096: Fixed segfault in CTypes POINTER handling of large values. |