]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Oct 2022 21:29:21 +0000 (14:29 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 21:29:21 +0000 (14:29 -0700)
commit0db4c5990c7b994e0272b7812e2692d110ab2aec
tree2762cee102be1771c1ae68a22fc84ebe1b10f002
parentba6492e2a705ebbe140fdf8734114156e55b3c9a
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 6f15ca8c7afa23e1adc87f2b66b958b721f9acab)

Co-authored-by: Ben Kallus <49924171+kenballus@users.noreply.github.com>
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2022-10-14-19-57-37.gh-issue-96035.0xcX-p.rst [new file with mode: 0644]