]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133810: remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag (#133811)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 17 May 2025 07:58:16 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 07:58:16 +0000 (09:58 +0200)
commitfaac627e47f72797f5b7a65134bf4cdce6575ee9
treeaaaa6db7525b980b2088cca57bffe66288443afa
parent2f1ecb3bc474a5895dce090cca7b8afe7b560040
gh-133810: remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag (#133811)

The CGI HTTP request handler has been deprecated since Python 3.13.
Doc/deprecations/pending-removal-in-3.15.rst
Doc/library/http.server.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.15.rst
Lib/_compat_pickle.py
Lib/http/client.py
Lib/http/server.py
Lib/test/test_httpservers.py
Lib/wsgiref/handlers.py
Misc/NEWS.d/3.13.0a1.rst
Misc/NEWS.d/next/Library/2025-05-10-11-04-47.gh-issue-133810.03WhnK.rst [new file with mode: 0644]