diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:09:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:09:31 (GMT) |
commit | dbd4bcfccadfa6b0c2526da404f98935cc6ee5e7 (patch) | |
tree | eb38055c9bf5a92a84661a1133c09ba7746c4d47 /Doc | |
parent | 7243b574e5fc6f9ae68dc5ebd8252047b8e78e3b (diff) | |
download | cpython-dbd4bcfccadfa6b0c2526da404f98935cc6ee5e7.zip cpython-dbd4bcfccadfa6b0c2526da404f98935cc6ee5e7.tar.gz cpython-dbd4bcfccadfa6b0c2526da404f98935cc6ee5e7.tar.bz2 |
correct versionchanged version
Diffstat (limited to 'Doc')
-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. |