[issue43641] Update `ssl.PROTOCOL_TLSv1_2` docs since it is not the newest TLS version

New submission from Illia Volochii <illia.volochii@gmail.com>: Docs say that TLS 1.2 is the most modern version, and probably the best choice for maximum protection, but TLS 1.3 exists. https://docs.python.org/3.10/library/ssl.html#ssl.PROTOCOL_TLSv1_2 ---------- assignee: docs@python components: Documentation messages: 389608 nosy: docs@python, illia-v priority: normal severity: normal status: open title: Update `ssl.PROTOCOL_TLSv1_2` docs since it is not the newest TLS version type: enhancement versions: Python 3.10 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43641> _______________________________________

Change by Illia Volochii <illia.volochii@gmail.com>: ---------- keywords: +patch pull_requests: +23789 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25041 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43641> _______________________________________

miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 2798f247c0747d28cb857fa80803797b24696cb6 by Illia Volochii in branch 'master': bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-25041) https://github.com/python/cpython/commit/2798f247c0747d28cb857fa80803797b246... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43641> _______________________________________

Christian Heimes <lists@cheimes.de> added the comment: Thanks! ---------- nosy: +christian.heimes resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43641> _______________________________________
participants (3)
-
Christian Heimes
-
Illia Volochii
-
miss-islington