Skip to content

Commit 4ab6e52

Browse files
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 3551bf1) Co-authored-by: LincolnPuzey <[email protected]>
1 parent d53d9e7 commit 4ab6e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ to speed up repeated connections from the same clients.
15221522

15231523
Load a set of default "certification authority" (CA) certificates from
15241524
default locations. On Windows it loads CA certs from the ``CA`` and
1525-
``ROOT`` system stores. On other systems it calls
1525+
``ROOT`` system stores. On all systems it calls
15261526
:meth:`SSLContext.set_default_verify_paths`. In the future the method may
15271527
load CA certificates from other locations, too.
15281528

0 commit comments

Comments
 (0)