Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-109096: Deprecatehttp.server.CGIHTTPRequestHandler#109387

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gpshead merged 9 commits intopython:mainfromgpshead:deprecate/CGI
Sep 15, 2023
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
appease Older Sphinx?
  • Loading branch information
@gpshead
gpshead committedSep 15, 2023
commit24ebc8052cf515f9f2ca95d07c07a4fd99cb8de5
16 changes: 9 additions & 7 deletionsDoc/library/http.server.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -503,20 +503,22 @@ following command runs an HTTP/1.1 conformant server::
reasons. Problems with the CGI script will be translated to error 403.

.. deprecated-removed:: 3.13 3.15
:class:`CGIHTTPRequestHandler` is being removed in 3.15. CGI has not been
considered a good way to do things for well over a decade, this code has
been unmaintained for a while now and sees very little practical use.
Retaining it could lead to further
:ref:`security considerations <http.server-security>`.

:class:`CGIHTTPRequestHandler` is being removed in 3.15. CGI has not
been considered a good way to do things for well over a decade, this code
has been unmaintained for a while now and sees very little practical use.
Retaining it could lead to further :ref:`security considerations
<http.server-security>`.

:class:`CGIHTTPRequestHandler` can be enabled in the command line by passing
the ``--cgi`` option::

python -m http.server --cgi

.. deprecated-removed:: 3.13 3.15
:mod:`http.server` command line ``--cgi`` support is being removed because
:class:`CGIHTTPRequestHandler` is being removed.

:mod:`http.server` command line ``--cgi`` support is being removed
because :class:`CGIHTTPRequestHandler` is being removed.

.. _http.server-security:

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp