>>>>> Tim <[email protected]> (T) wrote:

>T> Hi,
>T> I wonder if I use Popen, the parent process will wait for the child process 
>to finish or continue without waiting?
>T> Thanks and regards!

Only if you use Popen.wait(),  Popen.communicate() or something similar
like os.waitpid(), subprocess.call()
      

-- 
Piet van Oostrum <[email protected]>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: [email protected]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to