~pythonregexp2.7/python/issue2636-01

« back to all changes in this revision

Viewing changes to Doc/library/cgihttpserver.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:37:21 UTC
  • mfrom: (39022.1.14 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609143721-bj0g1mwta28038da
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
:mod:`CGIHTTPServer` --- CGI-capable HTTP request handler
3
2
=========================================================
4
3
 
7
6
              scripts.
8
7
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
9
8
 
 
9
.. note::
 
10
   The :mod:`CGIHTTPServer` module has been merged into :mod:`http.server` in
 
11
   Python 3.0.  The :term:`2to3` tool will automatically adapt imports when
 
12
   converting your sources to 3.0.
 
13
 
10
14
 
11
15
The :mod:`CGIHTTPServer` module defines a request-handler class, interface
12
16
compatible with :class:`BaseHTTPServer.BaseHTTPRequestHandler` and inherits