Barry A. Warsaw <ba...@python.org> added the comment:

On Mar 6, 2019, at 19:04, Anthony Sottile <rep...@bugs.python.org> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33944>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to