[issue46756] Incorrect authorization check in urllib.request

2022-03-03 Thread Senthil Kumaran
Senthil Kumaran added the comment: Pablo, we are good. The PRs were merged in open branches a while ago, and this was tracking security releases backports. -- ___ Python tracker

[issue46756] Incorrect authorization check in urllib.request

2022-03-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I'm closing this, please reopen if something is missing. -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue46756] Incorrect authorization check in urllib.request

2022-03-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 1c9701a3de0566c085e03dddc14a8508aaae349e by Miss Islington (bot) in branch '3.8': bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)

[issue46756] Incorrect authorization check in urllib.request

2022-03-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Is something left here, it seems that most PRs are landed -- ___ Python tracker ___ ___

[issue46756] Incorrect authorization check in urllib.request

2022-03-02 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: This is marked as a release blocker so I am holding the alpha release on this. Is there anything we can do to unblock this issue? -- ___ Python tracker

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread Ned Deily
Ned Deily added the comment: New changeset 31fef7edf951fb759004c58ae64df18bc32ea376 by Miss Islington (bot) in branch '3.7': bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31573) https://github.com/python/cpython/commit/31fef7edf951fb759004c58ae64df18bc32ea376

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset 2b7e04d61274af03426975fe824ed83eca35b035 by Miss Islington (bot) in branch '3.10': bpo-46756: Fix authorization check in urllib.request (GH-31353) https://github.com/python/cpython/commit/2b7e04d61274af03426975fe824ed83eca35b035 --

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
miss-islington added the comment: New changeset 4560c7e605887fda3af63f8ce157abf94954d4d2 by Miss Islington (bot) in branch '3.9': bpo-46756: Fix authorization check in urllib.request (GH-31353) https://github.com/python/cpython/commit/4560c7e605887fda3af63f8ce157abf94954d4d2 --

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +lukasz.langa, ned.deily, pablogsal priority: high -> release blocker ___ Python tracker ___

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29695 pull_request: https://github.com/python/cpython/pull/31573 ___ Python tracker ___

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29693 pull_request: https://github.com/python/cpython/pull/31571 ___ Python tracker ___

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +29692 pull_request: https://github.com/python/cpython/pull/31570 ___ Python tracker

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +29694 pull_request: https://github.com/python/cpython/pull/31572 ___ Python tracker ___

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e2e72567a1c94c548868f6ee5329363e6036057a by Serhiy Storchaka in branch 'main': bpo-46756: Fix authorization check in urllib.request (GH-31353) https://github.com/python/cpython/commit/e2e72567a1c94c548868f6ee5329363e6036057a --

[issue46756] Incorrect authorization check in urllib.request

2022-02-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, it is the same. I should search before writing a patch. But for some reasons I prefer my solution over the one proposed in issue42766: The code is clearer and more strict, tests use public API instead of a private method. --

[issue46756] Incorrect authorization check in urllib.request

2022-02-16 Thread Martin Panter
Martin Panter added the comment: Maybe the same as Issue 42766? -- nosy: +martin.panter ___ Python tracker ___ ___

[issue46756] Incorrect authorization check in urllib.request

2022-02-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: Incorrect -> Incorrect authorization check in urllib.request ___ Python tracker ___ ___