[Python-checkins] cpython (3.4): NEWS: Remove duplicate entry

yury.selivanov python-checkins at python.org
Mon Dec 8 18:41:17 CET 2014


https://hg.python.org/cpython/rev/7253417efd1e
changeset:   93789:7253417efd1e
branch:      3.4
parent:      93787:8f1be68dfcab
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Mon Dec 08 12:39:50 2014 -0500
summary:
  NEWS: Remove duplicate entry

files:
  Misc/NEWS |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,9 +178,6 @@
 - 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list