]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127217: Fix pathname2url() for paths starting with multiple slashes on...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Nov 2024 18:13:23 +0000 (19:13 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Nov 2024 18:13:23 +0000 (20:13 +0200)
commit5bfacd26e84c2f2b09e06634954970781dfc3c35
tree3f930dd65cf9c96ccd980081a11ca5d174085a8a
parentb52ab48a10276ea332cd80e5fcc0c0dd2a4b7e02
[3.12] gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix (GH-127218) (GH-127231)

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