[issue30291] Allow windows launcher to specify bit lengths with & without minor version

Steve Barnes report at bugs.python.org
Sun May 7 07:36:17 EDT 2017


Steve Barnes added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list