Matthias Bussonnier added the comment:

3.5 have `subprocess.run`[1] that is much saner to use, and what you want to 
use in most cases. `call` and `check_call` docs even mention run.

[1]: https://docs.python.org/3.5/library/subprocess.html#subprocess.run

----------
nosy: +mbussonn

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to