[Python-checkins] bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)

Miss Islington (bot) webhook-mailer at python.org
Fri Jun 8 06:22:41 EDT 2018


https://github.com/python/cpython/commit/a0accc0f8e747145a3ee36b91338777bc94b3348
commit: a0accc0f8e747145a3ee36b91338777bc94b3348
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-06-08T03:22:39-07:00
summary:

bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)

(cherry picked from commit 9ef1b0690b90c526798b6b3125b0fa7ae98319a2)

Co-authored-by: Mayank Singhal <17mayank.singhal at gmail.com>

files:
M Doc/library/ssl.rst

diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index caf298ae02b8..da7a86ae24e3 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -49,6 +49,9 @@ For more sophisticated applications, the :class:`ssl.SSLContext` class
 helps manage settings and certificates, which can then be inherited
 by SSL sockets created through the :meth:`SSLContext.wrap_socket` method.
 
+.. versionchanged:: 3.5.3
+   Updated to support linking with OpenSSL 1.1.0
+
 .. versionchanged:: 3.6
 
    OpenSSL 0.9.8, 1.0.0 and 1.0.1 are deprecated and no longer supported.



More information about the Python-checkins mailing list