diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 17:37:47 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 17:37:47 (GMT) |
commit | e5dc1ce1d8f0419a83106e598a980c5a78de7880 (patch) | |
tree | b6bf713f074918ff1ea582843640633b2be3b440 | |
parent | c57ca93a78969eb5646136208a266cb3764011b0 (diff) | |
parent | 690998b08f9b2ed8a12aa37524c54c3f48a2a9c9 (diff) | |
download | cpython-e5dc1ce1d8f0419a83106e598a980c5a78de7880.zip cpython-e5dc1ce1d8f0419a83106e598a980c5a78de7880.tar.gz cpython-e5dc1ce1d8f0419a83106e598a980c5a78de7880.tar.bz2 |
NEWS: Add news entry for issue #23009.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |