diff options
author | Gregory P. Smith <greg@krypto.org> | 2023-09-15 21:26:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 21:26:45 (GMT) |
commit | 59073c9ab8eb8db9304f16c46086ccc525e82570 (patch) | |
tree | 6a7cf24572fdccca84895ef8fb175b97d9a0aa67 /Misc/NEWS.d/next | |
parent | 19f5effc27bc47d76b2f484a1fcb4ccdd7dc9d67 (diff) | |
download | cpython-59073c9ab8eb8db9304f16c46086ccc525e82570.zip cpython-59073c9ab8eb8db9304f16c46086ccc525e82570.tar.gz cpython-59073c9ab8eb8db9304f16c46086ccc525e82570.tar.bz2 |
gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)
Deprecate `http.server.CGIHTTPRequestHandler`.
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-09-15-12-20-23.gh-issue-109096.VksX1D.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-15-12-20-23.gh-issue-109096.VksX1D.rst b/Misc/NEWS.d/next/Library/2023-09-15-12-20-23.gh-issue-109096.VksX1D.rst new file mode 100644 index 0000000..bf13084 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-09-15-12-20-23.gh-issue-109096.VksX1D.rst @@ -0,0 +1,3 @@ +:class:`http.server.CGIHTTPRequestHandler` has been deprecated for removal +in 3.15. Its design is old and the web world has long since moved beyond +CGI. |