Brendan Miller <[EMAIL PROTECTED]> writes:

> Is there an actual portable means of asynchronously spawning a
> process and getting a handle to it, being able to write stdin and
> read stdout, or does everyone just write their own wrapper for fork
> and spawn?

You're looking for the 'subprocess' module in the standard library
<URL:http://docs.python.org/lib/module-subprocess.html>.

-- 
 \     "If you can't annoy somebody there is little point in writing." |
  `\                                                  -- Kingsley Amis |
_o__)                                                                  |
Ben Finney
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to