-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page #134135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-133889: Only show the path of the URL in the SimpleHTTPRequestHandler page #134135
Conversation
…stHandler page The query and the fragment are ambiguous and not used.
Can we run !builbot raspbian to verify? (It should go green now) |
Misc/NEWS.d/next/Library/2025-05-17-12-40-12.gh-issue-133889.Eh-zO4.rst
Outdated
Show resolved
Hide resolved
!buildbot raspbian |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f2989db 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134135%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
…h-zO4.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buildbot passed, LGTM
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…stHandler page (pythonGH-134135) The query and fragment are ambiguous and not used. (cherry picked from commit 5cbc8c6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…stHandler page (pythonGH-134135) The query and fragment are ambiguous and not used. (cherry picked from commit 5cbc8c6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-134190 is a backport of this pull request to the 3.14 branch. |
GH-134191 is a backport of this pull request to the 3.13 branch. |
The query and the fragment are ambiguous and not used.