]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix ...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Nov 2024 17:30:29 +0000 (19:30 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Nov 2024 17:30:29 +0000 (19:30 +0200)
commit97b2ceaaaf88a73a45254912a0e972412879ccbf
tree0d103bb0bf447a581c49142da72c8293f87394fb
parent2bb7846cacb342246aada5ed92d323e54c946063
gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix (GH-127218)
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2024-11-24-12-41-31.gh-issue-127217.UAXGFr.rst [new file with mode: 0644]