Skip to content

gh-133810: remove http.server.CGIHTTPRequestHandler and --cgi flag - #133811

Merged
picnixz merged 19 commits into
python:mainfrom
picnixz:cleanup/315/remove-cgi-handler-133810
May 17, 2025
Merged

gh-133810: remove http.server.CGIHTTPRequestHandler and --cgi flag#133811
picnixz merged 19 commits into
python:mainfrom
picnixz:cleanup/315/remove-cgi-handler-133810

Conversation

@picnixz

@picnixzpicnixz commented May 10, 2025

Copy link
Copy Markdown
Member

@picnixz

Copy link
Copy Markdown
MemberAuthor

Free-threaded failure is known: #132983 (comment).

Comment threadDoc/whatsnew/3.15.rst Outdated
Comment threadDoc/whatsnew/3.15.rst Outdated
Comment threadMisc/NEWS.d/next/Library/2025-05-10-11-04-47.gh-issue-133810.03WhnK.rst Outdated
Comment threadLib/http/client.py Outdated
@picnixz
picnixz requested a review from hugovkMay 16, 2025 11:01
Comment threadDoc/deprecations/pending-removal-in-3.15.rst Outdated
Comment threadDoc/whatsnew/3.13.rst Outdated
Comment threadDoc/whatsnew/3.15.rst Outdated
Comment threadDoc/whatsnew/3.15.rst Outdated
Comment threadDoc/whatsnew/3.15.rst Outdated
Comment threadLib/test/test_httpservers.py
Comment threadLib/test/test_httpservers.py
Comment threadLib/test/test_httpservers.py
Comment threadMisc/NEWS.d/next/Library/2025-05-10-11-04-47.gh-issue-133810.03WhnK.rst Outdated
Comment threadMisc/NEWS.d/next/Library/2025-05-10-11-04-47.gh-issue-133810.03WhnK.rst Outdated
picnixzand others added 5 commits May 16, 2025 16:30
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…3WhnK.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@picnixz
picnixz requested a review from hugovkMay 16, 2025 15:28
@hugovk

Copy link
Copy Markdown
Member

Still some suggestions that GitHub is hiding about not bumping the __version__, and some unused imports in Lib/http/server.py.

picnixzand others added 2 commits May 16, 2025 17:31
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

@hugovkhugovk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, nice cleanup! +28 −755

@picnixz

Copy link
Copy Markdown
MemberAuthor

Thanks for the review! Sorry for this long back and forth but I was using GH UI :')

@hugovk

Copy link
Copy Markdown
Member

It's all good! 🚀

@picnixzpicnixz self-assigned this May 16, 2025
@picnixz
picnixz merged commit faac627 into python:mainMay 17, 2025
@picnixz
picnixz deleted the cleanup/315/remove-cgi-handler-133810 branch May 17, 2025 07:58
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
…i` flag (python#133811)
The CGI HTTP request handler has been deprecated since Python 3.13.
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
…i` flag (python#133811)
The CGI HTTP request handler has been deprecated since Python 3.13.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@picnixz@hugovk