[issue4194] default subprocess.Popen buffer size

Antoine Pitrou report at bugs.python.org
Wed Mar 18 01:21:49 CET 2009


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

I just wanna say that buffering can be a problem when writing, but not
when reading. If you read() from a buffered file, you still get the
available contents immediately, you don't have to wait for the buffer to
be full.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list