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-94199: Remove ssl.wrap_socket() documentation #99023

Merged
merged 5 commits into from
Nov 3, 2022
Merged

gh-94199: Remove ssl.wrap_socket() documentation #99023

merged 5 commits into from
Nov 3, 2022

Commits on Nov 2, 2022

  1. gh-94199: Remove ssl.wrap_socket() documentation

    The function has been removed. In the ssl documentation, replace
    references to the ssl.wrap_socket() function with references to the
    ssl.SSLContext.wrap_socket() method.
    vstinner committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5e11f40 View commit details
    Browse the repository at this point in the history
  2. Fix the doc

    vstinner committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    bd07b05 View commit details
    Browse the repository at this point in the history
  3. Clarify

    vstinner committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a0d3884 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Update Doc/library/ssl.rst

    Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
    vstinner and illia-v authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    e0b7e86 View commit details
    Browse the repository at this point in the history
  2. Update Doc/library/ssl.rst

    Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
    vstinner and illia-v authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ce7a34a View commit details
    Browse the repository at this point in the history