]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsp...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 11:09:17 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 11:09:17 +0000 (13:09 +0200)
commit4ea9c5ba782c79737a1801ed2bd2296b19df1be6
tree8bc9d755f0d5ea8a3a8f7efc9c96edc99df35f36
parent2b4c31d87d6fe9ec7cdc88eb6139ce9370666739
[3.13] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179) (#123187)

gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179)
(cherry picked from commit 90c892efeaae28bd849a01b42842f19dcd67b9f4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]