[Python-checkins] [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541)

Nick Coghlan webhook-mailer at python.org
Fri Jun 8 21:26:16 EDT 2018


https://github.com/python/cpython/commit/458ed1b237150f5c59b6ab3e1a5241a672ac8cbd
commit: 458ed1b237150f5c59b6ab3e1a5241a672ac8cbd
branch: 2.7
author: Mayank Singhal <17mayank.singhal at gmail.com>
committer: Nick Coghlan <ncoghlan at gmail.com>
date: 2018-06-09T11:26:13+10:00
summary:

[2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541)

files:
M Doc/library/ssl.rst

diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index a612e6ebd392..fe506685b2d0 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -24,6 +24,9 @@ sockets, both client-side and server-side.  This module uses the OpenSSL
 library. It is available on all modern Unix systems, Windows, Mac OS X, and
 probably additional platforms, as long as OpenSSL is installed on that platform.
 
+.. versionchanged:: 2.7.13
+   Updated to support linking with OpenSSL 1.1.0
+
 .. note::
 
    Some behavior may be platform dependent, since calls are made to the



More information about the Python-checkins mailing list