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

(cherry picked from commit e237b25a4fa5626fcd1b1848aa03f725f892e40e)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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]