[Python-checkins] cpython (2.7): add NEWS note for #22921

benjamin.peterson python-checkins at python.org
Mon Nov 24 03:17:23 CET 2014


https://hg.python.org/cpython/rev/40f9e91f3626
changeset:   93563:40f9e91f3626
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Nov 23 20:15:31 2014 -0600
summary:
  add NEWS note for #22921

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@
 Library
 -------
 
+- Issue #22921: Allow SSLContext to take the *hostname* parameter even if
+  OpenSSL doesn't support SNI.
+
 - Issue #9003 and #22366: httplib.HTTPSConnection, urllib2.HTTPSHandler and
   urllib2.urlopen now take optional arguments to allow for server certificate
   checking, as recommended in public uses of HTTPS. This backport is part of PEP

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


More information about the Python-checkins mailing list