summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-23 21:47:52 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-23 21:47:52 (GMT)
commit65aa261eba8a4d9f335adfe826806e12fffa6429 (patch)
tree8df23c56d8d8c390ba9bfdd071d04ccab026d652 /Doc
parentb10bfbe036cec8b8a40e49c63c3206d52b106b5e (diff)
downloadcpython-65aa261eba8a4d9f335adfe826806e12fffa6429.zip
cpython-65aa261eba8a4d9f335adfe826806e12fffa6429.tar.gz
cpython-65aa261eba8a4d9f335adfe826806e12fffa6429.tar.bz2
fix versionchanged
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ssl.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 2a0817e..d9d68d1 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -643,7 +643,7 @@ Constants
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 @@ SSL sockets also have the following additional methods and attributes:
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 @@ to speed up repeated connections from the same clients.
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)