-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-133810: remove http.server.CGIHTTPRequestHandler
and --cgi
flag
#133811
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
Merged
picnixz
merged 19 commits into
python:main
from
picnixz:cleanup/315/remove-cgi-handler-133810
May 17, 2025
+28
−755
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b19ee64
remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag
picnixz 5c5b46c
fixup pickle tests
picnixz 588b38a
[trigger ci]
picnixz b1c1657
Merge branch 'main' into cleanup/315/remove-cgi-handler-133810
picnixz a547ec3
Merge branch 'main' into cleanup/315/remove-cgi-handler-133810
picnixz 4f0d6cd
Update Doc/whatsnew/3.15.rst
picnixz 4175177
Merge branch 'main' into cleanup/315/remove-cgi-handler-133810
picnixz 80ce094
Merge branch 'main' into cleanup/315/remove-cgi-handler-133810
picnixz 2ecff1d
Update Doc/whatsnew/3.15.rst
picnixz f9941b0
Update Misc/NEWS.d/next/Library/2025-05-10-11-04-47.gh-issue-133810.0…
picnixz be50cfd
Update Lib/http/client.py
picnixz fb781d9
Apply suggestions from code review
picnixz 782c99d
Update test_httpservers.py
picnixz 62855fd
Update test_httpservers.py
picnixz 6bed465
Update test_httpservers.py
picnixz d55959c
Update Misc/NEWS.d/next/Library/2025-05-10-11-04-47.gh-issue-133810.0…
picnixz 4938157
Merge branch 'main' into cleanup/315/remove-cgi-handler-133810
picnixz 1978d23
Update Lib/http/server.py
picnixz 32fb546
Update server.py
picnixz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Hmm, perhaps a candidate for deprecation in 3.15? Separate issue to check for usage and so on. If so, perhaps can be removed in 3.17 rather than the 3.20.
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.
We have a separate issue for this method so we can discuss its removal as well. I'll need to find it though.