[issue7110] Output test failures on stderr in regrtest.py

R. David Murray report at bugs.python.org
Sat Dec 4 18:29:51 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

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.

----------
nosy: +Arfrever, barry, doko
type: feature request -> behavior

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


More information about the Python-bugs-list mailing list