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, tim.golden, zach.ware
Date 2017-05-07.06:54:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494140094.93.0.320084788436.issue30291@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-07 06:54:55Steve Barnessetrecipients: + Steve Barnes, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-07 06:54:54Steve Barnessetmessageid: <1494140094.93.0.320084788436.issue30291@psf.upfronthosting.co.za>
2017-05-07 06:54:54Steve Barneslinkissue30291 messages
2017-05-07 06:54:54Steve Barnescreate