New submission from Lincoln Puzey <linco...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45457>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to