I don't think I understand popen2() behaviour

Steve Purcell stephen_purcell at yahoo.com
Mon Feb 12 13:55:48 EST 2001


Steve Purcell wrote:
> 
> popen2 gives you (stdin, stdout) for the child process.

Sorry, that should read (stdout, stdin).

Cribbed from http://www.python.org/doc/lib/module-popen2.html

-Steve




More information about the Python-list mailing list