summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-09-22 09:37:56 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-09-22 09:37:56 (GMT)
commit463ef2b3cf4ac4555fca7de1e671d179e63909b4 (patch)
treef72315f6460176480bb6d46950e50f22dd5b5c5c /Misc/NEWS
parentbb8b1cb6af830b40f9be398d1e1bf8bdca772140 (diff)
downloadcpython-463ef2b3cf4ac4555fca7de1e671d179e63909b4.zip
cpython-463ef2b3cf4ac4555fca7de1e671d179e63909b4.tar.gz
cpython-463ef2b3cf4ac4555fca7de1e671d179e63909b4.tar.bz2
Fix references to Python 3’s socketserver (lowercase) module
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 4d2fc0a..9c00ee5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3494,7 +3494,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.