changeset: 93787:8f1be68dfcab branch: 3.4 parent: 93785:6858a2636931 user: Yury Selivanov date: Mon Dec 08 12:34:06 2014 -0500 files: Misc/NEWS description: NEWS: Add news entry for issue #23009. diff -r 6858a2636931 -r 8f1be68dfcab Misc/NEWS --- a/Misc/NEWS Mon Dec 08 12:30:10 2014 -0500 +++ b/Misc/NEWS Mon Dec 08 12:34:06 2014 -0500 @@ -178,6 +178,12 @@ - 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 ----