[issue10786] unittest.TextTextRunner does not respect redirected stderr

Michael Foord report at bugs.python.org
Tue Dec 28 17:34:33 CET 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

Actually I can't see a good reason why not to just lookup the *current* sys.stderr at instantiation time instead of binding at import time as is the current behaviour.

Patch with tests will make it more likely that this change goes in sooner rather than later.

----------
stage:  -> needs patch

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


More information about the Python-bugs-list mailing list