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 r.david.murray
Recipients Arfrever, barry, doko, eric.araujo, ezio.melotti, flox, r.david.murray, sandro.tosi
Date 2010-12-04.17:29:49
SpamBayes Score 2.1160602e-05
Marked as misclassified No
Message-id <1291483791.06.0.613738501167.issue7110@psf.upfronthosting.co.za>
In-reply-to
Content
I've decided that writing (some) errors to stdout instead of stderr is really a bug, not a feature request, and have backported this fix to 3.1 in r87053 and to 2.7 in r87055.

The one possible reason not to do this is that it is conceivable that it would affect the error reporting from an automated acceptance test (say for a distro).  This seems unlikely to me, but if anyone thinks it is a serious concern I'll back out the backports.
History
Date User Action Args
2010-12-04 17:29:51r.david.murraysetrecipients: + r.david.murray, barry, doko, ezio.melotti, eric.araujo, Arfrever, flox, sandro.tosi
2010-12-04 17:29:51r.david.murraysetmessageid: <1291483791.06.0.613738501167.issue7110@psf.upfronthosting.co.za>
2010-12-04 17:29:49r.david.murraylinkissue7110 messages
2010-12-04 17:29:49r.david.murraycreate