Skip to content

Commit 462541c

Browse files
[3.13] Docs: fix RFC index reference for TLS 1.3 (GH-142262) (#142341)
Docs: fix RFC index reference for TLS 1.3 (GH-142262) (cherry picked from commit 61823a5) Co-authored-by: Y. Z. Chen <754097987@qq.com>
1 parent 7147ef4 commit 462541c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class _TLSContentType:
186186
class _TLSAlertType:
187187
"""Alert types for TLSContentType.ALERT messages
188188
189-
See RFC 8466, section B.2
189+
See RFC 8446, section B.2
190190
"""
191191
CLOSE_NOTIFY = 0
192192
UNEXPECTED_MESSAGE = 10

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5385,7 +5385,7 @@ def test_tlsalerttype(self):
53855385
class Checked_TLSAlertType(enum.IntEnum):
53865386
"""Alert types for TLSContentType.ALERT messages
53875387
5388-
See RFC 8466, section B.2
5388+
See RFC 8446, section B.2
53895389
"""
53905390
CLOSE_NOTIFY = 0
53915391
UNEXPECTED_MESSAGE = 10

0 commit comments

Comments
 (0)