We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d119443 commit 61823a5Copy full SHA for 61823a5
Lib/ssl.py
@@ -185,7 +185,7 @@ class _TLSContentType:
185
class _TLSAlertType:
186
"""Alert types for TLSContentType.ALERT messages
187
188
- See RFC 8466, section B.2
+ See RFC 8446, section B.2
189
"""
190
CLOSE_NOTIFY = 0
191
UNEXPECTED_MESSAGE = 10
Lib/test/test_ssl.py
@@ -5613,7 +5613,7 @@ def test_tlsalerttype(self):
5613
class Checked_TLSAlertType(enum.IntEnum):
5614
5615
5616
5617
5618
5619
0 commit comments