Eric V. Smith wrote: > Would it not be better to put a platform-independent version of this > into subprocess, so that this code doesn't have to be duplicated all > over the place? Maybe a method on a Popen object called terminate()?
Yes. But I'm not up to that task. Really don't know how to kill processes in *all* the platforms where Python's subprocess is present. My problem is smaller, I'm making a new tests in test_socket_ssl.py, and I just wanted to support win32 (as well as Unix and Macintosh). Regards, -- . Facundo . Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com