]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 May 2025 18:09:51 +0000 (21:09 +0300)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 18:09:51 +0000 (18:09 +0000)
commit5cbc8c632e860941602e8f7da9aab52fae40aca6
tree5fb7edb48e35b68f821969ff7b4e1592fa8e01c7
parentbb32f3c698f5192dddd2d2f33c7c0a3d05afc223
gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page (GH-134135)

The query and fragment are ambiguous and not used.
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Library/2025-05-17-12-40-12.gh-issue-133889.Eh-zO4.rst [new file with mode: 0644]