PEP idea: On Windows, subprocess should implicitly support .bat and .cmd scripts by using FindExecutable from win32 API

Stefan Zimmermann zimmermann.code at gmail.com
Thu May 7 19:27:24 EDT 2015


Marko Rauhamaa wrote:
> Anyway, Python has os.system() that does the quick and dirty thing you
> might be looking for.

Always invokes shell ==> overhead for .exe files



More information about the Python-list mailing list