mirror of
https://github.com/python/cpython.git
synced 2026-03-30 00:21:21 +00:00
Add renaming notices to 3.0 http package members.
This commit is contained in:
parent
8b12ee1072
commit
8de9119447
6 changed files with 30 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue