mirror of
https://github.com/python/cpython.git
synced 2025-08-19 16:20:59 +00:00
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
This commit is contained in:
parent
d478a46d56
commit
29a0b57e4e
106 changed files with 392 additions and 238 deletions
|
@ -18,6 +18,10 @@
|
|||
module: SimpleHTTPServer
|
||||
module: CGIHTTPServer
|
||||
|
||||
**Source code:** :source:`Lib/BaseHTTPServer.py`
|
||||
|
||||
--------------
|
||||
|
||||
This module defines two classes for implementing HTTP servers (Web servers).
|
||||
Usually, this module isn't used directly, but is used as a basis for building
|
||||
functioning Web servers. See the :mod:`SimpleHTTPServer` and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue