mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Docs: fix RFC index reference for TLS 1.3 (#142262)
This commit is contained in:
parent
d119443936
commit
61823a5382
2 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@ class _TLSContentType:
|
||||||
class _TLSAlertType:
|
class _TLSAlertType:
|
||||||
"""Alert types for TLSContentType.ALERT messages
|
"""Alert types for TLSContentType.ALERT messages
|
||||||
|
|
||||||
See RFC 8466, section B.2
|
See RFC 8446, section B.2
|
||||||
"""
|
"""
|
||||||
CLOSE_NOTIFY = 0
|
CLOSE_NOTIFY = 0
|
||||||
UNEXPECTED_MESSAGE = 10
|
UNEXPECTED_MESSAGE = 10
|
||||||
|
|
|
||||||
|
|
@ -5613,7 +5613,7 @@ def test_tlsalerttype(self):
|
||||||
class Checked_TLSAlertType(enum.IntEnum):
|
class Checked_TLSAlertType(enum.IntEnum):
|
||||||
"""Alert types for TLSContentType.ALERT messages
|
"""Alert types for TLSContentType.ALERT messages
|
||||||
|
|
||||||
See RFC 8466, section B.2
|
See RFC 8446, section B.2
|
||||||
"""
|
"""
|
||||||
CLOSE_NOTIFY = 0
|
CLOSE_NOTIFY = 0
|
||||||
UNEXPECTED_MESSAGE = 10
|
UNEXPECTED_MESSAGE = 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue