Rémi Lapeyre <remi.lape...@henki.fr> added the comment: > check_output() should not accept check=False.
I thought about raising ValueError instead but `subprocess.check_output([...], check=False)` is actually a convenient shortcut over `subprocess.run([...], stdout=subprocess.PIPE).stdout` and I can't think of much drawbacks if someone explicitly ask for the check to be disabled. Is there any way we could have that? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40497> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com