diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:17:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:17:06 (GMT) |
commit | 83711e9bdf47d020d44997b74e1d24995130b992 (patch) | |
tree | 5e63cac3af132e606cab7a273090691706939f66 /Misc/NEWS | |
parent | ff4d94ef33b8d877b0add9bb6fc3a5b1a240fe1a (diff) | |
parent | f200498abe02aaeb451f115d828e938f2f366891 (diff) | |
download | cpython-83711e9bdf47d020d44997b74e1d24995130b992.zip cpython-83711e9bdf47d020d44997b74e1d24995130b992.tar.gz cpython-83711e9bdf47d020d44997b74e1d24995130b992.tar.bz2 |
merge 3.4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |