[docs] [issue13597] Improve documentation of stdout/stderr buffering in Python 3.x

Antoine Pitrou report at bugs.python.org
Wed Dec 14 03:07:48 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

We could force sys.stderr to be always line-buffered if that's better than the current settings.

----------
components: +IO
nosy: +benjamin.peterson, pitrou, stutzbach
versions:  -Python 3.1, Python 3.4

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


More information about the docs mailing list