X Tutup
The Wayback Machine - https://web.archive.org/web/20221223165817/https://github.com/python/cpython/pull/28947
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

bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. #28947

Merged
merged 1 commit into from Nov 2, 2021

Conversation

LincolnPuzey
Copy link
Contributor

@LincolnPuzey LincolnPuzey commented Oct 14, 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.

https://bugs.python.org/issue45457

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.
tiran
tiran approved these changes Oct 14, 2021
Copy link
Member

@tiran tiran left a comment

Thanks for the doc fix!

@LincolnPuzey
Copy link
Contributor Author

LincolnPuzey commented Oct 25, 2021

@tiran Anything else I need to do to get this merged?

@ambv ambv merged commit 3551bf1 into python:main Nov 2, 2021
12 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Nov 2, 2021

Thanks @LincolnPuzey for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Nov 2, 2021

GH-29373 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 2, 2021
…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>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 2, 2021
…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>
@bedevere-bot
Copy link

bedevere-bot commented Nov 2, 2021

GH-29374 is a backport of this pull request to the 3.9 branch.

ambv pushed a commit that referenced this pull request Nov 2, 2021
…ts. (GH-28947) (GH-29373)

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>
ambv pushed a commit that referenced this pull request Nov 2, 2021
…ts. (GH-28947) (GH-29374)

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.

None yet

7 participants
X Tutup