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

Steve Barnes report at bugs.python.org
Sun May 7 02:54:54 EDT 2017


Steve Barnes added the comment:

Also noted when looking at the code that the validate function, (validate_version), has a couple of issues:

 - It will allow python major versions 0-9 (at the moment only 2 or 3 are valid).
 - It will not allow minor versions with more than one digit so if/when python 3.10 comes out it will stop working, (if there is a 3.10 rather than or as well as 4.0).

I am not sure if these potential issues warrant a separate ticket.

----------

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


More information about the Python-bugs-list mailing list