Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- platform.python_version_tuple() was returning a string tuple which when compared with ('3','2','0') returned incorrectly + replaced with sys.version_info and issue is now fixed
- Loading branch information