Barry A. Warsaw <[email protected]> added the comment: On Mar 6, 2019, at 19:04, Anthony Sottile <[email protected]> wrote:
> It assigns `subprocess.run`, which is an api in python3.5+. In those > versions, `subprocess.check_*` is implemented in terms of `subprocess.run`. > The `subprocess.run` provided by that package has a different api than the > stdlib one so any use of the subprocess module is broken just by having that > package installed Doesn’t that kind of prove my point? :) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33944> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
