[issue45457] Documentation for ssl.load_default_certs is outdated

2021-10-13 Thread Lincoln Puzey
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

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-10-14 Thread Lincoln Puzey
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/issu

[issue22449] SSLContext.load_verify_locations behavior on Windows and OSX

2021-10-14 Thread Lincoln Puzey
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/issu