Message 337365 - Python tracker (original) (raw)
On Mar 6, 2019, at 19:04, Anthony Sottile <report@bugs.python.org> wrote:
It assigns
subprocess.run
, which is an api in python3.5+. In those versions,subprocess.check_*
is implemented in terms ofsubprocess.run
. Thesubprocess.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? :)