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

index 1a0b1dad5cb6a6e2ea6b13ca1c508510a56884fc..11058ae9c481471b1c159775e925ac9e48fb17db 100644 (file)
@@ -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.