summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-12-08 17:39:50 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-12-08 17:39:50 (GMT)
commitf8b44a4f37e1885e7dd8d4e4e921e207f7102dd3 (patch)
tree81ac7340af84ed4140c8d51c9e9ac7ca3602ff4c /Misc
parent690998b08f9b2ed8a12aa37524c54c3f48a2a9c9 (diff)
downloadcpython-f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3.zip
cpython-f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3.tar.gz
cpython-f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3.tar.bz2
NEWS: Remove duplicate entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1d27a1c..357f4aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,9 +178,6 @@ Library
- Issue #22448: Improve canceled timer handles cleanup to prevent
unbound memory usage. Patch by Joshua Moore-Oliva.
-- Issue #22959: In the constructor of http.client.HTTPSConnection, prefer the
- context's check_hostname attribute over the *check_hostname* parameter.
-
- Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no
FD is registered.