Antoine Pitrou <pit...@free.fr> added the comment:

As another sidenote, `bufsize` should only be relevant for stdin. For stdout 
and stderr, disabling buffering will only reduce performance, not add 
functionality. So I would suggest only setting buffering on stding.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to