summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgihttpserver.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-26 15:01:48 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-26 15:01:48 (GMT)
commit8de9119447c72db518196f0ddcdfc1cceaff1c1c (patch)
tree966b2bfa473bdf5bbb659d449a55024f719bd2ac /Doc/library/cgihttpserver.rst
parent8b12ee10725210455d8bedce0c2a452de7ad2244 (diff)
downloadcpython-8de9119447c72db518196f0ddcdfc1cceaff1c1c.zip
cpython-8de9119447c72db518196f0ddcdfc1cceaff1c1c.tar.gz
cpython-8de9119447c72db518196f0ddcdfc1cceaff1c1c.tar.bz2
Add renaming notices to 3.0 http package members.
Diffstat (limited to 'Doc/library/cgihttpserver.rst')
-rw-r--r--Doc/library/cgihttpserver.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/library/cgihttpserver.rst b/Doc/library/cgihttpserver.rst
index 6275c1a..6abfde5 100644
--- a/Doc/library/cgihttpserver.rst
+++ b/Doc/library/cgihttpserver.rst
@@ -1,4 +1,3 @@
-
:mod:`CGIHTTPServer` --- CGI-capable HTTP request handler
=========================================================
@@ -7,6 +6,11 @@
scripts.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
+.. note::
+ The :mod:`CGIHTTPServer` module has been merged into :mod:`http.server` in
+ Python 3.0. The :term:`2to3` tool will automatically adapt imports when
+ converting your sources to 3.0.
+
The :mod:`CGIHTTPServer` module defines a request-handler class, interface
compatible with :class:`BaseHTTPServer.BaseHTTPRequestHandler` and inherits