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

> Possibly we could handle "python[.exe]" literals by substituting 
> sys.executable transparently?

Perhaps generalize this as splitext(basename(sys.executable))[0] in order to 
support names other than "python" and "pythonw". It would have to handle 
quoting enough to ignore an initial double quote when parsing the executable 
name out of an args string, or _winapi could wrap the shell's 
CommandLineToArgvW function to handle this.

----------

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

Reply via email to