subprocess: fix wait() on Windows; add 'result'
- add result attribute to subprocess.Popen which is an AsyncResult that receives return code once the process is finished - wait() on Windows now has timeout argument and only spawns one thread
Showing
Please register or sign in to comment