]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Sep 2024 15:43:30 +0000 (18:43 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 15:43:30 +0000 (17:43 +0200)
commit2fa5d706843476cf43ff3b431e3c4a8c34737413
tree5b098fd3cc6a75c8f4d83afd2bcf988f827828a9
parent06f28dc236708f72871c64d4bc4b4ea144c50147
[3.10] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119026)

(cherry picked from commit e237b25a4fa5626fcd1b1848aa03f725f892e40e)
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]