Changeset 391 for python/trunk/Doc/library/basehttpserver.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/basehttpserver.rst
r2 r391 7 7 .. note:: 8 8 The :mod:`BaseHTTPServer` module has been merged into :mod:`http.server` in 9 Python 3. 0.The :term:`2to3` tool will automatically adapt imports when10 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. 11 11 12 12 … … 19 19 module: CGIHTTPServer 20 20 21 **Source code:** :source:`Lib/BaseHTTPServer.py` 22 23 -------------- 24 21 25 This module defines two classes for implementing HTTP servers (Web servers). 22 26 Usually, this module isn't used directly, but is used as a basis for building … … 237 241 standard printf-style format string, where the additional arguments to 238 242 :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. 240 244 241 245
Note:
See TracChangeset
for help on using the changeset viewer.