[Python 2.4/2.5] subprocess module is sorely deficient?

"Martin v. Löwis" martin at v.loewis.de
Tue Apr 22 17:06:47 EDT 2008


> 2. Kill the subprocess in a platform independent manner (i.e. no third party 
> modules and no hacks).

What's wrong with the .terminate method of the Popen object?

Regards,
Martin



More information about the Python-list mailing list