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
commit0bed50f1663c399a1c97e22c9349fb2207134fb1 (patch)
treec54967574915703764bd954f725ab1b00df0ff95
parent4d14fa1870841a36b2effab760bbaa52ac072d2a (diff)
downloadcpython-0bed50f1663c399a1c97e22c9349fb2207134fb1.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.