popen3 child_stdin
ddoc
news at 92tr.freeserve.co.uk
Sun Jun 15 17:32:27 EDT 2003
More information about the Python-list mailing list
Sun Jun 15 17:32:27 EDT 2003
- Previous message (by thread): popen3 child_stdin
- Next message (by thread): popen3 child_stdin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): popen3 child_stdin
- Next message (by thread): popen3 child_stdin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list