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

gh-104360: remove reference to removed module-level wrap_socket #104361

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

graingert
Copy link
Contributor

@graingert graingert commented May 10, 2023

Doc/library/ssl.rst Outdated Show resolved Hide resolved
@graingert graingert marked this pull request as ready for review May 10, 2023 14:57
@@ -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
Copy link
Contributor

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.

Copy link
Contributor Author

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

@graingert graingert requested a review from eamanu June 2, 2023 09:57
@graingert graingert requested a review from tiran November 1, 2023 18:49
Copy link
Member

@AA-Turner AA-Turner left a 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

@AA-Turner AA-Turner added needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Jan 12, 2024
@AA-Turner AA-Turner requested a review from encukou January 12, 2024 23:03
@encukou encukou merged commit 127a497 into python:main Jan 24, 2024
22 checks passed
@miss-islington-app
Copy link

Thanks @graingert for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 24, 2024
…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>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 24, 2024
…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>
@bedevere-app
Copy link

bedevere-app bot commented Jan 24, 2024

GH-114528 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jan 24, 2024
@bedevere-app
Copy link

bedevere-app bot commented Jan 24, 2024

GH-114529 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Jan 24, 2024
encukou pushed a commit that referenced this pull request Jan 24, 2024
GH-104361) (GH-114528)

* 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>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…pythonGH-104361)

* remove reference to removed module-level wrap_socket
* drive by typo fix
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…pythonGH-104361)

* remove reference to removed module-level wrap_socket
* drive by typo fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants