This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update `ssl.PROTOCOL_TLSv1_2` docs since it is not the newest TLS version
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: christian.heimes, docs@python, illia-v, miss-islington
Priority: normal Keywords: patch

Created on 2021-03-27 15:50 by illia-v, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 25041 merged illia-v, 2021-03-27 15:55
Messages (3)
msg389608 - (view) Author: Illia Volochii (illia-v) * Date: 2021-03-27 15:50
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
msg391328 - (view) Author: miss-islington (miss-islington) Date: 2021-04-18 07:11
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/2798f247c0747d28cb857fa80803797b24696cb6
msg391330 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2021-04-18 07:16
Thanks!
History
Date User Action Args
2022-04-11 14:59:43adminsetgithub: 87807
2021-04-18 07:16:04christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg391330

resolution: fixed
stage: patch review -> resolved
2021-04-18 07:11:00miss-islingtonsetnosy: + miss-islington
messages: + msg391328
2021-03-27 15:55:53illia-vsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23789
2021-03-27 15:50:13illia-vcreate