Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Anders, the problem is that running subprocess.run(executable) instead of 
subprocess.run([executable]) (where executable is a path to a program) is a 
bug. For example it doesn't work if the path contains spaces. And PR 4329 
encourages making this bug.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31961>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to