]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
authorBen Kallus <49924171+kenballus@users.noreply.github.com>
Thu, 20 Oct 2022 21:00:56 +0000 (17:00 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 21:00:56 +0000 (14:00 -0700)
commit6f15ca8c7afa23e1adc87f2b66b958b721f9acab
tree161c8fb4abb3bb7172df1b99d7cabca993e5d73c
parent4ec9ed8fde8e285a3eea97c199f7bbf7c95c8881
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.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]