2009/2/4 Helmut Jarausch <jarau...@skynet.be>:
>> EQ.stdout is the filelike object you're looking for.
>> communicate() grabs entire output at once so don't use it.
> Thanks a lot, I haven't found that in the official documentation.
> Helmut.

That would be a documentation bug.
Fortunately it is not true. Here is it in the documentation:

http://docs.python.org/library/subprocess.html#subprocess.Popen.stdout
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to