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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to