subprocess.Popen - file like object from stdout=PIPE

Aahz aahz at pythoncraft.com
Tue Feb 10 14:18:11 EST 2009


In article <49899185$0$2861$ba620e4c at news.skynet.be>,
Helmut Jarausch  <jarausch at skynet.be> wrote:
>
>These pipes are exposed as file-like objects which can be accessed via
>the stdin, stdout or stderr (resp.) attributes of an object of class
>subprocess.Popen .

Please file a doc request at bugs.python.org
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.



More information about the Python-list mailing list