bunch icon indicating copy to clipboard operation
bunch copied to clipboard

Fix wrong python version detection

Open olivecoder opened this issue 8 years ago • 0 comments

platform.version() doesn't return the python version. platform.python_version() or platform.python_version_tuple() would also work but sys.version_info is more popular.

olivecoder avatar Nov 21 '17 10:11 olivecoder