]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes on...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 30 Nov 2024 09:11:24 +0000 (10:11 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Nov 2024 09:11:24 +0000 (09:11 +0000)
commitc711deb803d154ef3155406eb33e71113684931c
treef0eca2ea512bf0aba2f406d363f25b638a961b35
parent4cba0e66c29b46afbb1eee1d0428f5a2f5b891bb
[3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix (GH-127218) (GH-127230)

(cherry picked from commit 97b2ceaaaf88a73a45254912a0e972412879ccbf)

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