This commit is contained in:
tomkat83 2017-05-29 17:11:04 +02:00
parent 456959b676
commit 70f5991b6d

View file

@ -471,7 +471,8 @@ def convertdate(date):
def compare_version(current, minimum):
"""
Returns True if current is >= then minimum. False otherwise
Returns True if current is >= then minimum. False otherwise. Returns True
if there was no valid input for current!
Input strings: e.g. "1.2.3"; always with Major, Minor and Patch!
"""