Philip Jenvey <pjen...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13597>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to