Skip to content

Commit 3551bf1

Browse files
authored
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.
1 parent 4a8b405 commit 3551bf1

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
@@ -1576,7 +1576,7 @@ to speed up repeated connections from the same clients.
15761576

15771577
Load a set of default "certification authority" (CA) certificates from
15781578
default locations. On Windows it loads CA certs from the ``CA`` and
1579-
``ROOT`` system stores. On other systems it calls
1579+
``ROOT`` system stores. On all systems it calls
15801580
:meth:`SSLContext.set_default_verify_paths`. In the future the method may
15811581
load CA certificates from other locations, too.
15821582

0 commit comments

Comments
 (0)