commit | dbd4bcfccadfa6b0c2526da404f98935cc6ee5e7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 20:09:31 2014 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 23 20:09:31 2014 -0600 |
tree | eb38055c9bf5a92a84661a1133c09ba7746c4d47 | |
parent | 7243b574e5fc6f9ae68dc5ebd8252047b8e78e3b [diff] |
correct versionchanged version
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 1a0b1da..11058ae 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst
@@ -1229,7 +1229,7 @@ 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.