-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-104360: remove reference to removed module-level wrap_socket #104361
Conversation
@@ -2453,12 +2453,8 @@ provided. | |||
:exc:`SSLWantReadError` if it needs more data than the incoming BIO has | |||
available. | |||
|
|||
- There is no module-level ``wrap_bio()`` call like there is for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ssl.wrap_context() is removed, but ssl.SSLContext.wrap_socket does not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eamanu right but there is no module-level wrap_socket so this section doesn't make sense anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The substantive documentation was removed in #99023.
A
Thanks @graingert for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…pythonGH-104361) * remove reference to removed module-level wrap_socket * drive by typo fix (cherry picked from commit 127a497) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
…pythonGH-104361) * remove reference to removed module-level wrap_socket * drive by typo fix (cherry picked from commit 127a497) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
GH-114528 is a backport of this pull request to the 3.12 branch. |
GH-114529 is a backport of this pull request to the 3.11 branch. |
…pythonGH-104361) * remove reference to removed module-level wrap_socket * drive by typo fix
…pythonGH-104361) * remove reference to removed module-level wrap_socket * drive by typo fix
📚 Documentation preview 📚: https://cpython-previews--104361.org.readthedocs.build/