]> 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:28:36 +0000 (14:28 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 21:28:36 +0000 (14:28 -0700)
commit1520f4e45bc9d968a98d062ca6880387a0d98c08
tree91160618921ca9ca1a89f9c2f5439f86b9c8edb4
parentace6611de602906414d612b5649c13b9d8115a1e
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]