summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-22 10:34:50 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-22 10:34:50 (GMT)
commit2e610df5720cdc0fc16795ae17b7d8c6f7502b82 (patch)
tree49b8e6a2382dd121829145181ae513d8a190f714 /Misc
parent21efc0bbf80fc23a277429b6260c9e45f7ca573e (diff)
parent3217b1243e03f93ceefa273f6d9941332750cc60 (diff)
downloadcpython-2e610df5720cdc0fc16795ae17b7d8c6f7502b82.zip
cpython-2e610df5720cdc0fc16795ae17b7d8c6f7502b82.tar.gz
cpython-2e610df5720cdc0fc16795ae17b7d8c6f7502b82.tar.bz2
Merge socketserver fixes from 3.6
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8840309..d584292 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.