[issue45457] Documentation for ssl.load_default_certs is outdated

2021-11-02 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Lincoln! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-11-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 4ab6e524abd2d7f21c2d7a6eaee5be1f93baf140 by Miss Islington (bot) in branch '3.9': bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29374)

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-11-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 71f602b54c9c5346d22a542e186746b06cccfc8e by Miss Islington (bot) in branch '3.10': bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29373)

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-11-02 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 3551bf16ee5c25b6349209dd30e032f0f3b9ace3 by LincolnPuzey in branch 'main': bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) https://github.com/python/cpython/commit/3551bf16ee5c25b6349209dd30e032f0f3b9ace3

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-11-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +27633 pull_request: https://github.com/python/cpython/pull/29374 ___ Python tracker ___

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-11-02 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +27631 pull_request: https://github.com/python/cpython/pull/29373 ___ Python tracker

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-10-15 Thread jerry chow
Change by jerry chow : -- nosy: +jerrylikerice1s ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

[issue45457] Documentation for ssl.load_default_certs is outdated

2021-10-13 Thread Christian Heimes
Change by Christian Heimes : -- components: +Documentation stage: -> needs patch type: -> enhancement versions: +Python 3.10, Python 3.11, Python 3.9 ___ Python tracker ___

[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