This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Steve Barnes, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-05-19.19:49:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495223357.79.0.216232908941.issue30362@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-19 19:49:17terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, Steve Barnes
2017-05-19 19:49:17terry.reedysetmessageid: <1495223357.79.0.216232908941.issue30362@psf.upfronthosting.co.za>
2017-05-19 19:49:17terry.reedylinkissue30362 messages
2017-05-19 19:49:17terry.reedycreate