[Python-checkins] cpython (3.4): NEWS: Add news entry for issue #23009.

yury.selivanov python-checkins at python.org
Mon Dec 8 18:38:17 CET 2014


https://hg.python.org/cpython/rev/8f1be68dfcab
changeset:   93787:8f1be68dfcab
branch:      3.4
parent:      93785:6858a2636931
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Dec 08 12:34:06 2014 -0500
summary:
  NEWS: Add news entry for issue #23009.

files:
  Misc/NEWS |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,6 +178,12 @@
 - 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
 ----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list