]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 5 Sep 2024 12:05:43 +0000 (15:05 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 12:05:43 +0000 (14:05 +0200)
commita5798d0cc79d60f04b5719e0805e1ecb8f4c8744
tree99916916db508efe7f54143a006025e08b49a850
parent0152431f179e85f582a4c393aa3b99d3918a1109
[3.9] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119027)

(cherry picked from commit e237b25a4fa5626fcd1b1848aa03f725f892e40e)

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