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

benjamin.peterson python-checkins at python.org
Fri Jan 23 22:48:07 CET 2015


https://hg.python.org/cpython/rev/f3ec1793f170
changeset:   94263:f3ec1793f170
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jan 23 16:47:52 2015 -0500
summary:
  fix versionchanged

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


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -643,7 +643,7 @@
    Whether the OpenSSL library has built-in support for the *Application-Layer
    Protocol Negotiation* TLS extension as described in :rfc:`7301`.
 
-   .. versionadded:: 3.5
+   .. versionadded:: 2.7.10
 
 .. data:: HAS_ECDH
 
@@ -878,7 +878,7 @@
    not support ALPN, or if the handshake has not happened yet, ``None`` is
    returned.
 
-   .. versionadded:: 3.5
+   .. versionadded:: 2.7.10
 
 .. method:: SSLSocket.selected_npn_protocol()
 
@@ -1062,7 +1062,7 @@
    This method will raise :exc:`NotImplementedError` if :data:`HAS_ALPN` is
    False.
 
-   .. versionadded:: 3.5
+   .. versionadded:: 2.7.10
 
 .. method:: SSLContext.set_npn_protocols(protocols)
 

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


More information about the Python-checkins mailing list