← 返回首页
gh-104360: remove reference to removed module-level wrap_socket by graingert · Pull Request #104361 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

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

Merged
encukou merged 3 commits into
python:mainfrom
graingert:remove-wrap-socket-ref
Jan 24, 2024
Merged

gh-104360: remove reference to removed module-level wrap_socket#104361
encukou merged 3 commits into
python:mainfrom
graingert:remove-wrap-socket-ref

Conversation

graingert commented May 10, 2023
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Contributor

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

ssl.wrap_context() is removed, but ssl.SSLContext.wrap_socket does not.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

@eamanu right but there is no module-level wrap_socket so this section doesn't make sense anymore

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

AA-Turner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

The substantive documentation was removed in #99023.

A

AA-Turner added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jan 12, 2024
AA-Turner requested a review from encukou January 12, 2024 23:03
encukou merged commit 127a497 into python:main Jan 24, 2024

Copy link
Copy Markdown

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 Bot commented Jan 24, 2024

Copy link
Copy Markdown

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

bedevere-app Bot removed the needs backport to 3.12 only security fixes label Jan 24, 2024

bedevere-app Bot commented Jan 24, 2024

Copy link
Copy Markdown

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

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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Footer

© 2026 GitHub, Inc.