In message
<7c5be6d7-5782-44ad-aae7-7f7bbc798...@n32g2000prc.googlegroups.com>, goodman 
wrote:

> Though I'm still a little confused how, if subprocess.Popen is using
> os.execvp, it still maintains control of things like interrupts.

The implied point, being that we are spawning subprocesses, is that there is 
a fork call before the exec.

> Anyway, my problem is solved. Thanks!

Glad to hear it.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to