]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 May 2024 09:24:37 +0000 (12:24 +0300)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 09:24:37 +0000 (12:24 +0300)
commite237b25a4fa5626fcd1b1848aa03f725f892e40e
tree4c01689fcba232ef9f4c1df4299d556a2322e12d
parente04cd964eb4eee1b0ae5b2c34727abce6c0fb7f0
gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563)
Lib/test/test_urlparse.py
Lib/urllib/parse.py
Misc/NEWS.d/next/Library/2019-08-27-01-16-50.gh-issue-67693.4NIAiy.rst [new file with mode: 0644]