From: Benjamin Peterson Date: Mon, 24 Nov 2014 02:13:55 +0000 (-0600) Subject: fix versionchanged version X-Git-Tag: v2.7.9rc1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fa40c496e410d8211036a9214d837fb5ea43656;p=python fix versionchanged version --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 0674cdfc56..e6398ae754 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1138,7 +1138,7 @@ to speed up repeated connections from the same clients. quite similarly to HTTP virtual hosts. Specifying *server_hostname* will raise a :exc:`ValueError` if *server_side* is true. - .. versionchanged:: 3.5 + .. versionchanged:: 2.7.9 Always allow a server_hostname to be passed, even if OpenSSL does not have SNI.