This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients BreamoreBoy, dstanek, pitrou, tomkm
Date 2012-05-07.11:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336388986.68.0.302239661148.issue6602@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-07 11:09:46pitrousetrecipients: + pitrou, dstanek, tomkm, BreamoreBoy
2012-05-07 11:09:46pitrousetmessageid: <1336388986.68.0.302239661148.issue6602@psf.upfronthosting.co.za>
2012-05-07 11:09:46pitroulinkissue6602 messages
2012-05-07 11:09:45pitroucreate