summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-24 02:17:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-24 02:17:06 (GMT)
commit83711e9bdf47d020d44997b74e1d24995130b992 (patch)
tree5e63cac3af132e606cab7a273090691706939f66 /Misc/NEWS
parentff4d94ef33b8d877b0add9bb6fc3a5b1a240fe1a (diff)
parentf200498abe02aaeb451f115d828e938f2f366891 (diff)
downloadcpython-83711e9bdf47d020d44997b74e1d24995130b992.zip
cpython-83711e9bdf47d020d44997b74e1d24995130b992.tar.gz
cpython-83711e9bdf47d020d44997b74e1d24995130b992.tar.bz2
merge 3.4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76a46ae..a3f5fc6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,9 @@ Core and Builtins
Library
-------
+- Issue #22921: Allow SSLContext to take the *hostname* parameter even if
+ OpenSSL doesn't support SNI.
+
- Issue #22894: TestCase.subTest() would cause the test suite to be stopped
when in failfast mode, even in the absence of failures.