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 Steve Barnes
Recipients Steve Barnes, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-05-20.06:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495263269.46.0.872283661552.issue30362@psf.upfronthosting.co.za>
In-reply-to
Content
@terry.reedy - Very good points and I like the shortness of -0 note that there is already an accepted change to allow -x.y-64 to specifically require the 64 bit versions so we don't need the complex logic to distinguish cases where -x.y will run 32 bit because there is no 64 bit verses -x.y will run 64 bit and -x.y-32 will run 32 bit so I haven't implemented that complex logic.

I have put a tab between the run flag and the path as I find that is easier to detect than some number of spaces.

Found that I needed to move the test for -0 nearer the top as 0 is a potentially valid version specifier, (isdigit).

Also modified the "not found" message to mention -0 as an option for discovery.
History
Date User Action Args
2017-05-20 06:54:29Steve Barnessetrecipients: + Steve Barnes, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-20 06:54:29Steve Barnessetmessageid: <1495263269.46.0.872283661552.issue30362@psf.upfronthosting.co.za>
2017-05-20 06:54:29Steve Barneslinkissue30362 messages
2017-05-20 06:54:29Steve Barnescreate