]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947)
authorLincolnPuzey <lincoln@puzey.dev>
Tue, 2 Nov 2021 21:27:44 +0000 (05:27 +0800)
committerGitHub <noreply@github.com>
Tue, 2 Nov 2021 21:27:44 +0000 (22:27 +0100)
commit3551bf16ee5c25b6349209dd30e032f0f3b9ace3
tree43bd3a624f0cee3be2291fb74d07df1cfe106fa7
parent4a8b4051734fd2ce46e15e6369811132ac3a5697
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-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.
Doc/library/ssl.rst