]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Nov 2021 21:53:45 +0000 (14:53 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Nov 2021 21:53:45 +0000 (22:53 +0100)
commit4ab6e524abd2d7f21c2d7a6eaee5be1f93baf140
tree859d9becc17d0ed9e6674a90c2d268661bfe95b3
parentd53d9e7f4f1656a13b030b17baca743455e511fd
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (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 3551bf16ee5c25b6349209dd30e032f0f3b9ace3)

Co-authored-by: LincolnPuzey <lincoln@puzey.dev>
Doc/library/ssl.rst