From: Yury Selivanov Date: Mon, 8 Dec 2014 17:39:50 +0000 (-0500) Subject: NEWS: Remove duplicate entry X-Git-Tag: v3.4.3rc1~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3;p=python NEWS: Remove duplicate entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 1d27a1cd05..357f4aa445 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -178,9 +178,6 @@ 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.