![]() |
|
|
+ Search |
![]()
|
Jul 14th, 2003 13:34
Michael Chermside, Rob Cakebread,
From the "keep this under your pillow" library reference: """ These methods do not make it possible to retrieve the return code from the child processes. The only way to control the input and output streams and also retrieve the return codes is to use the Popen3 and Popen4 classes from the popen2 module; these are only available on Unix. """ Refs: http://python.org/doc/current/lib/os-newstreams.html http://python.org/doc/current/lib/module-popen2.html