[issue6602] Add argument to control file object used by BaseHTTPServer’s log_message

Éric Araujo report at bugs.python.org
Tue May 8 05:33:24 CEST 2012


Éric Araujo <merwok at netwok.org> added the comment:

Clearly +1 to Antoine; that’s just how unix programs do it.  stdout is for the program output, which may be formatted in a certain way in order to be piped to another program, and stderr is for all messages for the human user.  Editing the bug title and version to reflect Antoine’s suggestion, which does have a chance of going in if someone is interested in providing a patch.

----------
nosy: +eric.araujo
status: open -> pending
title: BaseHTTPServer log_message should log to sys.stdout -> Add argument to control file object used by BaseHTTPServer’s log_message
versions:  -Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6602>
_______________________________________


More information about the Python-bugs-list mailing list