summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-12-08 17:34:06 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-12-08 17:34:06 (GMT)
commit690998b08f9b2ed8a12aa37524c54c3f48a2a9c9 (patch)
treeb907a640a2853ed02eb2db4b33caac12a2383b99 /Misc
parentdfc44e0525f87eea47607290aaa7eab4abecca4a (diff)
downloadcpython-690998b08f9b2ed8a12aa37524c54c3f48a2a9c9.zip
cpython-690998b08f9b2ed8a12aa37524c54c3f48a2a9c9.tar.gz
cpython-690998b08f9b2ed8a12aa37524c54c3f48a2a9c9.tar.bz2
NEWS: Add news entry for issue #23009.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 732236d..1d27a1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,6 +178,12 @@ 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.
+
IDLE
----