]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Jun 2021 10:00:56 +0000 (03:00 -0700)
committerGitHub <noreply@github.com>
Thu, 17 Jun 2021 10:00:56 +0000 (03:00 -0700)
commit08f2b9dedea13d2e9d11c189914387db3a66e2ca
treeefe1f0ae74da699ad0f5c13d65324b435d5737e9
parentc689e0a7e2a25621da82f22cc64d089eae05e753
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)

`ssl.SSL_NO_TLS` should be `ssl.OP_NO_TLS`.
(cherry picked from commit c544393b89f9b3e2b1a22588fc9ae58019314879)

Co-authored-by: Joe <nigelchiang@outlook.com>
Lib/test/test_ssl.py
Modules/_ssl.c