From: Benjamin Peterson Date: Mon, 24 Nov 2014 02:09:31 +0000 (-0600) Subject: correct versionchanged version X-Git-Tag: v3.4.3rc1~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbd4bcfccadfa6b0c2526da404f98935cc6ee5e7;p=python correct versionchanged version --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 1a0b1dad5c..11058ae9c4 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1229,7 +1229,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:: 3.4.3 Always allow a server_hostname to be passed, even if OpenSSL does not have SNI.