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 5a639ca commit 95d19fcCopy full SHA for 95d19fc
Lib/ssl.py
@@ -186,7 +186,7 @@ class _TLSContentType:
186
class _TLSAlertType:
187
"""Alert types for TLSContentType.ALERT messages
188
189
- See RFC 8466, section B.2
+ See RFC 8446, section B.2
190
"""
191
CLOSE_NOTIFY = 0
192
UNEXPECTED_MESSAGE = 10
Lib/test/test_ssl.py
@@ -5359,7 +5359,7 @@ def test_tlsalerttype(self):
5359
class Checked_TLSAlertType(enum.IntEnum):
5360
5361
5362
5363
5364
5365
0 commit comments