]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-25041)
authorIllia Volochii <illia.volochii@gmail.com>
Sun, 18 Apr 2021 07:10:53 +0000 (10:10 +0300)
committerGitHub <noreply@github.com>
Sun, 18 Apr 2021 07:10:53 +0000 (00:10 -0700)
Automerge-Triggered-By: GH:tiran
Doc/library/ssl.rst

index 9f7459217a8fbeec3f3d58c97db7ff80f6a325e9..9d5e063456ec2c1b20e75f4982389d2bcc32c889 100644 (file)
@@ -732,9 +732,8 @@ Constants
 
 .. data:: PROTOCOL_TLSv1_2
 
-   Selects TLS version 1.2 as the channel encryption protocol. This is the
-   most modern version, and probably the best choice for maximum protection,
-   if both sides can speak it.  Available only with openssl version 1.0.1+.
+   Selects TLS version 1.2 as the channel encryption protocol.
+   Available only with openssl version 1.0.1+.
 
    .. versionadded:: 3.4