[issue22442] Deprecate PIPE with subprocess.check_call() and call()

Akira Li report at bugs.python.org
Sun Jun 21 11:44:30 CEST 2015


Akira Li added the comment:

Martin, thank you for the review. As Matthias mentioned, the introduction of subprocess.run() perhaps deprecates this issue: old api should be left  alone to avoid breaking old code, new code should use new api, those who need old api (e.g., to write 2/3 compatible code) are expected to read the docs that already contain necessary warnings).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22442>
_______________________________________


More information about the Python-bugs-list mailing list