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

Philip Jenvey report at bugs.python.org
Wed Dec 14 04:22:03 CET 2011


Philip Jenvey <pjenvey at underboss.org> added the comment:

I'm surprised to hear that stderr is line buffered by default. Historically stderr is never buffered (at least on POSIX) and for good reason: errors should be seen immediately

Was this an oversight in migrating stdin/out/err to the new io module?

----------
nosy: +pjenvey

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


More information about the docs mailing list