[issue9929] subprocess.Popen unbuffered not work

Antoine Pitrou report at bugs.python.org
Mon Sep 27 20:59:04 CEST 2010


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

> But if line buffering doesn't work, disabling buffering on 
> stdout/stderr does have a functional consequence: it allows process 
> output to appear as generated instead of coming in chunks when the
> buffer is full

Yes, sorry, I had it backwards. It's buffering on stdin which doesn't make any functional difference (whether it's buffered or not, you always get data as soon as it arrives).

----------

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


More information about the Python-bugs-list mailing list