[issue22442] Deprecate PIPE with subprocess.check_call() and call()
Matthias Bussonnier
report at bugs.python.org
Tue Jun 2 06:16:30 CEST 2015
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 <report at bugs.python.org>
<http://bugs.python.org/issue22442>
_______________________________________
More information about the Python-bugs-list
mailing list