]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 May 2024 09:47:11 +0000 (11:47 +0200)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 09:47:11 +0000 (09:47 +0000)
commit387ff96e95b9f8a8cc7e646523ba3175b1350669
treecf1447b3371a8be5c0d50022a6e8f7708ef8782c
parent5bf7f5c6a874ebb8dfcf35f4868cfa8fd2a6cffe
[3.12] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (GH-119024)

(cherry picked from commit e237b25a4fa5626fcd1b1848aa03f725f892e40e)

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