Éric Araujo <mer...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6602>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to