Skip to content

ssl docs still refer to removed module-level ssl.wrap_socket #104360

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

Closed
graingert opened this issue May 10, 2023 · 0 comments
Closed

ssl docs still refer to removed module-level ssl.wrap_socket #104360

graingert opened this issue May 10, 2023 · 0 comments
Labels
3.12 only security fixes docs Documentation in the Doc dir

Comments

@graingert
Copy link
Contributor

graingert commented May 10, 2023

Documentation

ssl docs still refer to removed global ssl.wrap_socket

cpython/Doc/library/ssl.rst

Lines 2456 to 2458 in a7a2dbb

- There is no module-level ``wrap_bio()`` call like there is for
:meth:`~SSLContext.wrap_socket`. An :class:`SSLObject` is always created
via an :class:`SSLContext`.

Linked PRs

@graingert graingert added the docs Documentation in the Doc dir label May 10, 2023
@graingert graingert added the 3.12 only security fixes label May 10, 2023
encukou pushed a commit that referenced this issue Jan 24, 2024
…04361)

* remove reference to removed module-level wrap_socket
* drive by typo fix
miss-islington pushed a commit to miss-islington/cpython that referenced this issue 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 issue 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>
encukou pushed a commit that referenced this issue 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>
@encukou encukou closed this as completed Jan 24, 2024
aisk pushed a commit to aisk/cpython that referenced this issue 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 issue 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
3.12 only security fixes docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants