Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/basehttpserver.rst

    r2 r391  
    77.. note::
    88   The :mod:`BaseHTTPServer` module has been merged into :mod:`http.server` in
    9    Python 3.0.  The :term:`2to3` tool will automatically adapt imports when
    10    converting your sources to 3.0.
     9   Python 3.  The :term:`2to3` tool will automatically adapt imports when
     10   converting your sources to Python 3.
    1111
    1212
     
    1919   module: CGIHTTPServer
    2020
     21**Source code:** :source:`Lib/BaseHTTPServer.py`
     22
     23--------------
     24
    2125This module defines two classes for implementing HTTP servers (Web servers).
    2226Usually, this module isn't used directly, but is used as a basis for building
     
    237241      standard printf-style format string, where the additional arguments to
    238242      :meth:`log_message` are applied as inputs to the formatting. The client
    239       address and current date and time are prefixed to every message logged.
     243      ip address and current date and time are prefixed to every message logged.
    240244
    241245
Note: See TracChangeset for help on using the changeset viewer.