]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 21 Aug 2024 07:17:38 +0000 (10:17 +0300)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2024 07:17:38 +0000 (10:17 +0300)
commit90c892efeaae28bd849a01b42842f19dcd67b9f4
tree802dcac935e91660ec901de7e2dca8692ba5bc51
parent9dbd12375561a393eaec4b21ee4ac568a407cdb0
gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179)
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2024-08-20-18-02-27.gh-issue-85110.8_iDQy.rst [new file with mode: 0644]