diff options
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 1a0b1da..11058ae 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. |