Comment 1 for bug 1402591

Revision history for this message
Michele Simionato (michele-simionato) wrote :

Changing this will break the sed scripts we are using. Why don't we just introduce a function converting the version into a tuple?

Something like

def version_tuple(version_str):
    return tuple(map(int, version_str.split('.')))