Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] bpo-44389: Fix typo in ssl deprecation warning message (GH-26754) #26765

Merged
merged 1 commit into from Jun 17, 2021

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 17, 2021

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

Co-authored-by: Joe nigelchiang@outlook.com

https://bugs.python.org/issue44389

Automerge-Triggered-By: GH:tiran

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

Co-authored-by: Joe <nigelchiang@outlook.com>
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Jun 17, 2021

@j178: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Jun 17, 2021

@j178: Status check is done, and it's a success .

tiran
tiran approved these changes Jun 17, 2021
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Jun 17, 2021

@j178: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 08f2b9d into python:3.10 Jun 17, 2021
14 checks passed
@miss-islington miss-islington deleted the backport-c544393-3.10 branch Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants