Problem:
Our code is python 2 compatible but parts may break if a user runs with python 3. While python 3 adoption has been slow, it is best practice to use the future module for projects so that they support both.
Solution:
http://python-future.org/
Problem:
Our code is python 2 compatible but parts may break if a user runs with python 3. While python 3 adoption has been slow, it is best practice to use the future module for projects so that they support both.
Solution:
http://python-future.org/