Message357459
> 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. |
|
Date |
User |
Action |
Args |
2019-11-25 20:27:05 | eryksun | set | recipients:
+ eryksun, paul.moore, eric.smith, tim.golden, zach.ware, steve.dower, uranusjr |
2019-11-25 20:27:05 | eryksun | set | messageid: <1574713625.05.0.0795489468755.issue38905@roundup.psfhosted.org> |
2019-11-25 20:27:05 | eryksun | link | issue38905 messages |
2019-11-25 20:27:04 | eryksun | create | |
|