]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
authorJoe <nigelchiang@outlook.com>
Thu, 17 Jun 2021 09:39:57 +0000 (17:39 +0800)
committerGitHub <noreply@github.com>
Thu, 17 Jun 2021 09:39:57 +0000 (02:39 -0700)
commitc544393b89f9b3e2b1a22588fc9ae58019314879
tree6ca6f9bf396a4744f6782dac35446e5670ce5018
parent7247f6f433846c6e37308a550e8e5eb6be379856
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)

`ssl.SSL_NO_TLS` should be `ssl.OP_NO_TLS`.
Lib/test/test_ssl.py
Modules/_ssl.c