--- a/src/eric7/SystemUtilities/PythonUtilities.py Mon Jul 08 17:13:09 2024 +0200 +++ b/src/eric7/SystemUtilities/PythonUtilities.py Tue Jul 09 14:08:06 2024 +0200 @@ -71,6 +71,8 @@ return sys.hexversion >> 16 +# TODO: change this to a dummy function that always return the int value 3. +# TODO: change eric-ide sources to not use this function anymore. def determinePythonVersion(filename, source, editor=None): """ Function to determine the python version of a given file.