Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92fe93e

Browse files
committed
bpo-34576: Revert doc change until it can be properly fixed (pythonGH-9720)
This reverts commit 3baee3b.
1 parent d404ffa commit 92fe93e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Doc/library/http.server.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616

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

19-
Security Considerations
20-
-----------------------
21-
22-
http.server is meant for demo purposes and does not implement the stringent
23-
security checks needed of real HTTP server. We do not recommend
24-
using this module directly in production.
25-
26-
2719
One class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer` subclass.
2820
It creates and listens at the HTTP socket, dispatching the requests to a
2921
handler. Code to create and run the server looks like this::

0 commit comments

Comments
 (0)