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

Actually this feature looks wrong to me. The args argument is either a sequence 
containing a program name and arguments, or a command line string. In the first 
case supporting path-like objects makes sense, and this was supported. But the 
command line is not a path-like object. It is a concatenation of quoted program 
name and arguments. Neither operation for path-like objects makes sense for a 
command line.

I think this change should be reverted.

----------
status: closed -> open

_______________________________________
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