| commit | 71f602b54c9c5346d22a542e186746b06cccfc8e | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 02 14:47:50 2021 -0700 |
| committer | GitHub <noreply@github.com> | Tue Nov 02 22:47:50 2021 +0100 |
| tree | 4a1cf9e5fb3ee2b46fc39e382a5cd70ee09e250b | |
| parent | 6681a77c52df41636feb213d63ba27a759c7e5f4 [diff] |
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (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 3551bf16ee5c25b6349209dd30e032f0f3b9ace3) Co-authored-by: LincolnPuzey <lincoln@puzey.dev>