[New-bugs-announce] [issue45457] Documentation for ssl.load_default_certs is outdated

Lincoln Puzey report at bugs.python.org
Wed Oct 13 03:01:17 EDT 2021


New submission from Lincoln Puzey <lincolnp at lastyard.com>:

The behavior of `ssl.load_default_certs()` was changed in https://bugs.python.org/issue22449

The new behavior is that `ssl.set_default_verify_paths()` is now called on all systems.

The documentation still says that `ssl.set_default_verify_paths()` is only called on systems OTHER than Windows.

----------
assignee: christian.heimes
components: SSL
messages: 403806
nosy: LincolnPuzeyLastYard, christian.heimes
priority: normal
severity: normal
status: open
title: Documentation for ssl.load_default_certs is outdated

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45457>
_______________________________________


More information about the New-bugs-announce mailing list