[issue45457] Documentation for ssl.load_default_certs is outdated
New submission from Lincoln Puzey : 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 <https://bugs.python.org/issue45457> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue45457] Documentation for ssl.load_default_certs is outdated
Change by Lincoln Puzey : -- keywords: +patch pull_requests: +27237 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/28947 ___ Python tracker <https://bugs.python.org/issue45457> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22449] SSLContext.load_verify_locations behavior on Windows and OSX
Change by Lincoln Puzey : -- nosy: +LincolnPuzey nosy_count: 10.0 -> 11.0 pull_requests: +27238 pull_request: https://github.com/python/cpython/pull/28947 ___ Python tracker <https://bugs.python.org/issue22449> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com