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

(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]