Antoine Pitrou <pit...@free.fr> added the comment:

Disagreed. sys.stderr is not only for "errors" but all informational messages 
of little value (warnings, debug messages etc.). Also, logging to two different 
streams makes redirecting clumsier.

If you want to change this, it would more useful to add a facility to allow 
users to choose output streams. Or even - shocking idea - to integrate the 
logging module in BaseHTTPServer.

----------
nosy: +pitrou

_______________________________________
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