[Python-checkins] cpython (2.7): fix versionchanged version

benjamin.peterson python-checkins at python.org
Mon Nov 24 03:14:11 CET 2014


https://hg.python.org/cpython/rev/e94f407efd76
changeset:   93562:e94f407efd76
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Nov 23 20:13:55 2014 -0600
summary:
  fix versionchanged version

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1138,7 +1138,7 @@
    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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list