diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:13:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-24 02:13:55 (GMT) |
commit | 6fa40c496e410d8211036a9214d837fb5ea43656 (patch) | |
tree | fd6aa5c1aceac9a3aaf308d45313ee0117609a75 | |
parent | 31aa69ead58c53ef670ae45debbcd07e3c099d0b (diff) | |
download | cpython-6fa40c496e410d8211036a9214d837fb5ea43656.zip cpython-6fa40c496e410d8211036a9214d837fb5ea43656.tar.gz cpython-6fa40c496e410d8211036a9214d837fb5ea43656.tar.bz2 |
fix versionchanged version
-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 0674cdf..e6398ae 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. |