[issue30362] Launcher add list and list with paths options

Terry J. Reedy report at bugs.python.org
Fri May 19 15:49:17 EDT 2017


Terry J. Reedy added the comment:

py already has the -number option space.  To avoid conflict, use -0 (zero).  I think only one option is needed -- print 'x.y path' for each binary it can find and run.  'x.y' should be the exact option needed to start the particular binary.

This enhancement would enable IDEs to much more easily offer 'Run with x.y'.  It also would make #30405 (register locally built binaries) more useful.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30362>
_______________________________________


More information about the Python-bugs-list mailing list