Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] bpo-34576 : Backport eeab510 #10114

Merged
merged 3 commits into from
Oct 26, 2018
Merged
Changes from 1 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
Next Next commit
bpo-34576 - Fix the formatting for security considerations in http.se…
…rver.rst (#10005)

(cherry picked from commit eeab510)
  • Loading branch information
orsenthil committed Oct 26, 2018
commit b5924c9b15e2a8c4928e8753cfbd79c0f7b91b22
5 changes: 5 additions & 0 deletions Doc/library/http.server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

This module defines classes for implementing HTTP servers (Web servers).

.. warning::

:mod:`http.server` is not recommended for production. It only implements
basic security checks.

One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass.
It creates and listens at the HTTP socket, dispatching the requests to a
handler. Code to create and run the server looks like this::
Expand Down