:
shell = True,
stdout stderr?
out_log = open("stdout_log", "w")
err_log = open("stderr_log", "w")
subproc = subprocess.popen(..., stdout=out_log, stderr=err_log, ...)
stdout/stderr python , ( python , )
- Windows. Unix- select. Windows select , .
shell = True, subprocess.kill() ,
, shell=True , .
, (, , Linux Windows)
Windows? , , Task Task End Task 100% . Linux , , , .
, Windows -. , shell=False, , , , .