X Tutup
The Wayback Machine - https://web.archive.org/web/20250819002045/https://github.com/python/cpython/pull/29374
Skip to content

[3.9] bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) #29374

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

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 2, 2021

Specify that SSLContext.set_default_verify_paths is called on ALL systems.

The code of SSLContext.load_default_certs was changed in bpo-22449 to do this,
this fix corrects the documentation to match that change.
(cherry picked from commit 3551bf1)

Co-authored-by: LincolnPuzey lincoln@puzey.dev

https://bugs.python.org/issue45457

…ts. (pythonGH-28947)

Specify that SSLContext.set_default_verify_paths is called on ALL systems.

The code of SSLContext.load_default_certs was changed in bpo-22449 to do this,
this fix corrects the documentation to match that change.
(cherry picked from commit 3551bf1)

Co-authored-by: LincolnPuzey <lincoln@puzey.dev>
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
X Tutup