Scott Martin

Results 1 issues of Scott Martin

In the file python3_compat.py this line: `_IS_PYTHON_3 = (platform.version() >= '3')` is not a sufficient method for determing if python 3 is being used. For example on my machine this...