]> granicus.if.org Git - python/commitdiff
fix versionchanged version
authorBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2014 02:13:55 +0000 (20:13 -0600)
committerBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2014 02:13:55 +0000 (20:13 -0600)
Doc/library/ssl.rst

index 0674cdfc56aa9d765d23a2f062e598d18a3dbf45..e6398ae7543d196ef2e49b42211878483dca9a25 100644 (file)
@@ -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.