This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2021年10月13日 07:01 by LincolnPuzey, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 28947 | merged | LincolnPuzey, 2021年10月14日 12:56 | |
| PR 29373 | merged | miss-islington, 2021年11月02日 21:27 | |
| PR 29374 | merged | miss-islington, 2021年11月02日 21:27 | |
| Messages (5) | |||
|---|---|---|---|
| msg403806 - (view) | Author: Lincoln Puzey (LincolnPuzey) * | Date: 2021年10月13日 07:01 | |
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. |
|||
| msg405554 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月02日 21:28 | |
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 |
|||
| msg405556 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月02日 21:48 | |
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) https://github.com/python/cpython/commit/71f602b54c9c5346d22a542e186746b06cccfc8e |
|||
| msg405558 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月02日 21:53 | |
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) https://github.com/python/cpython/commit/4ab6e524abd2d7f21c2d7a6eaee5be1f93baf140 |
|||
| msg405559 - (view) | Author: Łukasz Langa (lukasz.langa) * (Python committer) | Date: 2021年11月02日 21:54 | |
Thanks, Lincoln! ✨ 🍰 ✨ |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:51 | admin | set | github: 89620 |
| 2021年11月02日 21:54:17 | lukasz.langa | set | status: open -> closed resolution: fixed messages: + msg405559 stage: patch review -> resolved |
| 2021年11月02日 21:53:51 | lukasz.langa | set | messages: + msg405558 |
| 2021年11月02日 21:48:00 | lukasz.langa | set | messages: + msg405556 |
| 2021年11月02日 21:28:00 | lukasz.langa | set | nosy:
+ lukasz.langa messages: + msg405554 |
| 2021年11月02日 21:27:56 | miss-islington | set | pull_requests: + pull_request27633 |
| 2021年11月02日 21:27:52 | miss-islington | set | nosy:
+ miss-islington pull_requests: + pull_request27631 |
| 2021年10月15日 11:37:43 | jerrylikerice1s | set | nosy:
+ jerrylikerice1s |
| 2021年10月14日 12:56:37 | LincolnPuzey | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request27237 |
| 2021年10月13日 07:12:22 | christian.heimes | set | stage: needs patch type: enhancement components: + Documentation versions: + Python 3.9, Python 3.10, Python 3.11 |
| 2021年10月13日 07:01:17 | LincolnPuzey | create | |