summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-12-08 17:37:47 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-12-08 17:37:47 (GMT)
commite5dc1ce1d8f0419a83106e598a980c5a78de7880 (patch)
treeb6bf713f074918ff1ea582843640633b2be3b440
parentc57ca93a78969eb5646136208a266cb3764011b0 (diff)
parent690998b08f9b2ed8a12aa37524c54c3f48a2a9c9 (diff)
downloadcpython-e5dc1ce1d8f0419a83106e598a980c5a78de7880.zip
cpython-e5dc1ce1d8f0419a83106e598a980c5a78de7880.tar.gz
cpython-e5dc1ce1d8f0419a83106e598a980c5a78de7880.tar.bz2
NEWS: Add news entry for issue #23009.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6de856c..d7c9a49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -194,6 +194,9 @@ Core and Builtins
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.