popen3 child_stdin

ddoc news at 92tr.freeserve.co.uk
Sun Jun 15 17:32:27 EDT 2003


popen3(cmd[, mode[, bufsize]]) Executes cmd as a sub-process. Returns the 
file objects (child_stdin, child_stdout, child_stderr). Availability: Unix, 
Windows. New in version 2.0.


I may be having a moment of brain fade, but I can't see how I get hold of 
child_stdin etc, having started up a DOS program with popen3

Help?
-- 
A




More information about the Python-list mailing list