summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-22 10:33:51 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-22 10:33:51 (GMT)
commit3217b1243e03f93ceefa273f6d9941332750cc60 (patch)
tree23706197ab67f4f82706aed7025845929c46a1cc /Misc/NEWS
parentf3b0639417bf788d9a7133ec26e52c406e6c8f4c (diff)
parent463ef2b3cf4ac4555fca7de1e671d179e63909b4 (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f42acd..aca0ba0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.