summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-23 20:13:55 -0600
committerBenjamin Peterson <benjamin@python.org>2014-11-23 20:13:55 -0600
commit6fa40c496e410d8211036a9214d837fb5ea43656 (patch)
treefd6aa5c1aceac9a3aaf308d45313ee0117609a75
parent31aa69ead58c53ef670ae45debbcd07e3c099d0b (diff)
downloadcpython-git-6fa40c496e410d8211036a9214d837fb5ea43656.tar.gz
fix versionchanged version
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 1 insertions, 1 deletions
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.