Commit 971089fc authored by Senthil Kumaran's avatar Senthil Kumaran Committed by GitHub

[2.7] bpo-34576 : Backport eeab510b 2.7 (#10115)

* bpo-34576 - Fix the formatting for security considerations in http.server.rst (#10005)

* Address review comment..
(cherry picked from commit eeab510b)
Co-authored-by: default avatarSenthil Kumaran <skumaran@gatech.edu>
parent e131c7cf
......@@ -11,6 +11,10 @@
Python 3. The :term:`2to3` tool will automatically adapt imports when
converting your sources to Python 3.
.. warning::
mod:`SimpleHTTServer` is not recommended for production. It only implements
basic security checks.
The :mod:`SimpleHTTPServer` module defines a single class,
:class:`SimpleHTTPRequestHandler`, which is interface-compatible with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment