mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
This commit is contained in:
parent
6acb075f03
commit
e152a77d96
19 changed files with 409 additions and 411 deletions
|
|
@ -21,7 +21,7 @@ Usually, this module isn't used directly, but is used as a basis for building
|
|||
functioning Web servers. See the :mod:`SimpleHTTPServer` and
|
||||
:mod:`CGIHTTPServer` modules.
|
||||
|
||||
The first class, :class:`HTTPServer`, is a :class:`socketserver.TCPServer`
|
||||
The first 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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue