[issue16689] stdout stderr redirection mess

Ralf Schmitt report at bugs.python.org
Mon Dec 31 00:59:35 CET 2012


Ralf Schmitt added the comment:

flushing stdout may help before writing to stderr (or at least when writing a traceback). see http://utcc.utoronto.ca/~cks/space/blog/programming/HowToWriteToStderr for a discussion.

I don't think it's unreasonable to implement that in python core.

----------
nosy: +schmir

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


More information about the Python-bugs-list mailing list