[Python-checkins] cpython (merge 3.4 -> default): 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/d36711410f48
changeset:   93788:d36711410f48
parent:      93786:f7faceb6c60a
parent:      93787:8f1be68dfcab
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Dec 08 12:37:47 2014 -0500
summary:
  NEWS: Add news entry for issue #23009.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,9 @@
 Library
 -------
 
+- Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no
+  FD is registered.
+
 - Issue #22959: In the constructor of http.client.HTTPSConnection, prefer the
   context's check_hostname attribute over the *check_hostname* parameter.
 

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


More information about the Python-checkins mailing list