cpython (merge 3.2 -> default): issue6085 - update docs in default branch
http://hg.python.org/cpython/rev/f9f11998a20d changeset: 76619:f9f11998a20d parent: 76616:db39b9513e71 parent: 76618:6adad27fcc8c user: Senthil Kumaran <senthil@uthcode.com> date: Sun Apr 29 13:44:14 2012 +0800 summary: issue6085 - update docs in default branch files: Doc/library/http.server.rst | 2 +- Lib/http/server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst --- a/Doc/library/http.server.rst +++ b/Doc/library/http.server.rst @@ -248,7 +248,7 @@ to create custom error logging mechanisms. The *format* argument is a standard printf-style format string, where the additional arguments to :meth:`log_message` are applied as inputs to the formatting. The client - address and current date and time are prefixed to every message logged. + ip address and current date and time are prefixed to every message logged. .. method:: version_string() diff --git a/Lib/http/server.py b/Lib/http/server.py --- a/Lib/http/server.py +++ b/Lib/http/server.py @@ -518,7 +518,7 @@ specified as subsequent arguments (it's just like printf!). - The client host and current date/time are prefixed to + The client ip and current date/time are prefixed to every message. """ -- Repository URL: http://hg.python.org/cpython
participants (1)
-
senthil.kumaran