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:
Éric Araujo 2011-08-19 02:14:03 +02:00
parent d478a46d56
commit 29a0b57e4e
106 changed files with 392 additions and 238 deletions

View file

@ -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