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

Have you tried specifying a value for the bufsize argument to Popen? Either 1 
for line buffering or e.g. 4096 for a decent size block buffering.

----------
nosy: +gregory.p.smith, pitrou

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

Reply via email to