Kevin Walzer wrote:
> [EMAIL PROTECTED] wrote:
>> Check out subprocess. It's meant to be a replacement for all of the
>> above.
> 
> OK, I've done this. What is the benefit of subprocess?

Code that will work on most platforms and into the Python 3.0, when the popen*
zoo will disappear in favor of subprocess.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to