]> granicus.if.org Git - python/commitdiff
NEWS: Remove duplicate entry
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 17:39:50 +0000 (12:39 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 17:39:50 +0000 (12:39 -0500)
Misc/NEWS

index 1d27a1cd050a7357e6e3a4c90b4659561079b145..357f4aa445f665e50870a4505b1f1c6549343cdf 100644 (file)
--- 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.