https://github.com/python/cpython/commit/debb1386be024181c8c003c5cbf61608024aee09
commit: debb1386be024181c8c003c5cbf61608024aee09
branch: main
author: Rami <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-02-17T10:22:19Z
summary:

gh-87688: Amend SSLContext.hostname_checks_common_name docs (GH-100517)

files:
M Doc/library/ssl.rst

diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index f9648fa6744bdc..fa81c3f208cff7 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -1975,7 +1975,7 @@ to speed up repeated connections from the same clients.
 
    .. versionchanged:: 3.10
 
-      The flag had no effect with OpenSSL before version 1.1.1k. Python 3.8.9,
+      The flag had no effect with OpenSSL before version 1.1.1l. Python 3.8.9,
       3.9.3, and 3.10 include workarounds for previous versions.
 
 .. attribute:: SSLContext.security_level

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to