diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-08-19 00:14:03 (GMT) |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-08-19 00:14:03 (GMT) |
| commit | 29a0b57e4ed19532dc78dbf08b957c85bfbafbd6 (patch) | |
| tree | b7fae5150cb2e44679947e109e68eb2a05076f7d /Doc/library/basehttpserver.rst | |
| parent | d478a46d563413d51a730678e4c72a54d2881123 (diff) | |
| download | cpython-29a0b57e4ed19532dc78dbf08b957c85bfbafbd6.zip cpython-29a0b57e4ed19532dc78dbf08b957c85bfbafbd6.tar.gz cpython-29a0b57e4ed19532dc78dbf08b957c85bfbafbd6.tar.bz2 | |
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.
Diffstat (limited to 'Doc/library/basehttpserver.rst')
| -rw-r--r-- | Doc/library/basehttpserver.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst index 4662b4f..98b5ce4 100644 --- a/Doc/library/basehttpserver.rst +++ b/Doc/library/basehttpserver.rst @@ -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 |
