-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
Docs: fix RFC index reference for TLS 1.3 #142262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
@ZeroIntensity Do I need to do something, like make a PR to branch 3.13 and 3.14, as the response of PR tag "needs backport to 3.13" and "needs backport to 3.14"? |
|
@Geno1024 No, you needn't do anything. These tags are used for a Github bot which will backport a PR to the specified version branch once been merged. See: https://devguide.python.org/triage/labels/#labels-specific-to-prs |
picnixz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check if the online docs also have this issue please?
@picnixz I have verified that,
|
|
Thank you! |
(cherry picked from commit 61823a5) Co-authored-by: Y. Z. Chen <754097987@qq.com>
(cherry picked from commit 61823a5) Co-authored-by: Y. Z. Chen <754097987@qq.com>
|
GH-142340 is a backport of this pull request to the 3.14 branch. |
|
GH-142341 is a backport of this pull request to the 3.13 branch. |
A small typo in Lib/ssl.py.
TLS v1.3 is RFC 8446, not RFC 8466.