]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-136874: `url2pathname()`: discard query and fragment components (#136875)
authorBarney Gale <barney.gale@gmail.com>
Mon, 21 Jul 2025 17:33:20 +0000 (18:33 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 17:33:20 +0000 (17:33 +0000)
commit80b2d60a51cfd824d025eb8b3ec500acce5c010c
treeffc8a53aefdda9475f76336506165bafcef3db8d
parent4b68289ca6954b8d135e2ee2344e67fae38239fd
GH-136874: `url2pathname()`: discard query and fragment components (#136875)

In `urllib.request.url2pathname()`, ignore any query or fragment components
in the given URL.
Doc/library/urllib.request.rst
Doc/whatsnew/3.14.rst
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2025-07-20-16-02-00.gh-issue-136874.cLC3o1.rst [new file with mode: 0644]