src/eric7/SystemUtilities/PythonUtilities.py

branch
eric7
changeset 10834
6f5cb518cf13
parent 10439
21c28b0f9e41
child 10836
dc7f25f2f7e4
--- 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.

eric ide

mercurial