Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3 compatibility #107

Open
davidthomas5412 opened this issue Oct 27, 2016 · 0 comments
Open

python 3 compatibility #107

davidthomas5412 opened this issue Oct 27, 2016 · 0 comments
Labels

Comments

@davidthomas5412
Copy link
Collaborator

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant