diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-22 10:33:51 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-22 10:33:51 (GMT) |
commit | 3217b1243e03f93ceefa273f6d9941332750cc60 (patch) | |
tree | 23706197ab67f4f82706aed7025845929c46a1cc /Misc/NEWS | |
parent | f3b0639417bf788d9a7133ec26e52c406e6c8f4c (diff) | |
parent | 463ef2b3cf4ac4555fca7de1e671d179e63909b4 (diff) | |
download | cpython-3217b1243e03f93ceefa273f6d9941332750cc60.zip cpython-3217b1243e03f93ceefa273f6d9941332750cc60.tar.gz cpython-3217b1243e03f93ceefa273f6d9941332750cc60.tar.bz2 |
Merge socketserver fixes from 3.5 into 3.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4952,7 +4952,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. |