From 690998b08f9b2ed8a12aa37524c54c3f48a2a9c9 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 8 Dec 2014 12:34:06 -0500 Subject: [PATCH] NEWS: Add news entry for issue #23009. --- Misc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 732236dab5..1d27a1cd05 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 ---- -- 2.40.0