--- a/src/eric7/Globals/__init__.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/Globals/__init__.py Thu May 25 19:51:47 2023 +0200 @@ -113,7 +113,7 @@ return semver.VersionInfo.isvalid(version) -def versionToTuple(version, length=3): +def versionToTuple(version): """ Module function to convert a version string into a tuple. @@ -123,8 +123,6 @@ @param version version string @type str - @param length desired length of the version tuple (ignored) - @type int @return version named tuple containing the version parts @rtype semver.VersionInfo """