subprocess.Popen - file like object from stdout=PIPE

Clovis Fabricio nosklo at gmail.com
Wed Feb 4 07:19:33 EST 2009


2009/2/4 Helmut Jarausch <jarausch at 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



More information about the Python-list mailing list