From: Yury Selivanov Date: Mon, 8 Dec 2014 17:37:47 +0000 (-0500) Subject: NEWS: Add news entry for issue #23009. X-Git-Tag: v3.5.0a1~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5dc1ce1d8f0419a83106e598a980c5a78de7880;p=thirdparty%2FPython%2Fcpython.git NEWS: Add news entry for issue #23009. --- e5dc1ce1d8f0419a83106e598a980c5a78de7880 diff --cc Misc/NEWS index 6de856cad265,1d27a1cd050a..d7c9a4919d15 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -194,6 -39,6 +194,9 @@@ Core and Builtin 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.