Add renaming notices to 3.0 http package members.

This commit is contained in:
Georg Brandl 2008-05-26 15:01:48 +00:00
parent 8b12ee1072
commit 8de9119447
6 changed files with 30 additions and 5 deletions

View file

@ -1,10 +1,14 @@
:mod:`BaseHTTPServer` --- Basic HTTP server
===========================================
.. module:: BaseHTTPServer
:synopsis: Basic HTTP server (base class for SimpleHTTPServer and CGIHTTPServer).
.. note::
The :mod:`BaseHTTPServer` 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.
.. index::
pair: WWW; server