]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)
authorGregory P. Smith <greg@krypto.org>
Fri, 15 Sep 2023 21:26:45 +0000 (14:26 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2023 21:26:45 +0000 (14:26 -0700)
commit59073c9ab8eb8db9304f16c46086ccc525e82570
tree6a7cf24572fdccca84895ef8fb175b97d9a0aa67
parent19f5effc27bc47d76b2f484a1fcb4ccdd7dc9d67
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)

Deprecate `http.server.CGIHTTPRequestHandler`.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/http.server.rst
Doc/whatsnew/3.13.rst
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Library/2023-09-15-12-20-23.gh-issue-109096.VksX1D.rst [new file with mode: 0644]