Eryk Sun <eryk...@gmail.com> added the comment:

The underlying subprocess.Popen class was updated in 3.8 to support path-like 
objects in `args` (with shell=False) and `executable` on Windows [1]. This 
change was not backported to 3.6 and 3.7.

---

[1] https://docs.python.org/3/library/subprocess.html#subprocess.Popen

----------
nosy: +eryksun

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

Reply via email to