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, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-05-07.11:36:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494156977.49.0.501074331828.issue30291@psf.upfronthosting.co.za>
In-reply-to
Content
I believe that I have a fix in pull request #1488 for the following points, and have manually tested for them:

 - py Still defaults to highest py3 with 64 bits as the default
 - py -2/3.n-32 Still works or reports not present as appropriate
 - py -2/3.n-64 Works or reports not present as appropriate
 - py -2/3 Still defaults to highest then 64 bit if present
 - py -2/3-32/64 Gives highest python 2/3 or reports not present
 - py -2/3.nn Should now work if/when there is such a version present, (any number of digits as far as the validation goes), or reports no such python.
 - py -4, etc., Ditto
 - py n.m-anything other than 32 or 64 - no change of behaviour.

CLA - Signed and submitted but not a working day yet. All automatic checks passed. Will add another push to update to the help message.
History
Date User Action Args
2017-05-07 11:36:17Steve Barnessetrecipients: + Steve Barnes, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-05-07 11:36:17Steve Barnessetmessageid: <1494156977.49.0.501074331828.issue30291@psf.upfronthosting.co.za>
2017-05-07 11:36:17Steve Barneslinkissue30291 messages
2017-05-07 11:36:17Steve Barnescreate