mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
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.
This commit is contained in:
parent
4a8b405173
commit
3551bf16ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1576,7 +1576,7 @@ to speed up repeated connections from the same clients.
|
||||||
|
|
||||||
Load a set of default "certification authority" (CA) certificates from
|
Load a set of default "certification authority" (CA) certificates from
|
||||||
default locations. On Windows it loads CA certs from the ``CA`` and
|
default locations. On Windows it loads CA certs from the ``CA`` and
|
||||||
``ROOT`` system stores. On other systems it calls
|
``ROOT`` system stores. On all systems it calls
|
||||||
:meth:`SSLContext.set_default_verify_paths`. In the future the method may
|
:meth:`SSLContext.set_default_verify_paths`. In the future the method may
|
||||||
load CA certificates from other locations, too.
|
load CA certificates from other locations, too.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue