]> granicus.if.org Git - python/commitdiff
NEWS: Add news entry for issue #23009.
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 17:34:06 +0000 (12:34 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 17:34:06 +0000 (12:34 -0500)
Misc/NEWS

index 732236dab5c3ecf1656c080dbbae585331232325..1d27a1cd050a7357e6e3a4c90b4659561079b145 100644 (file)
--- 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
 ----