structure opened this issue on Jun 27, 2019 ยท 94 posts
structure posted Wed, 03 November 2021 at 4:11 AM Forum Coordinator
right - this would be a better methodIn my opinion, a version number should not be assumed to be a float. Version numbers can also look like this: "12.3.0.3". This is where "float" fails severely.
My method is something like Python's "sys.version_info.major", where Python's version number contains several decimal points.
Locked Out