We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
since, the project has no dependencies, it should be relatively easy to extend support for python3.
something like 2to3 can come in really handy. https://docs.python.org/2/library/2to3.html
The text was updated successfully, but these errors were encountered:
Even better than that, we could write it in Python 2 and 3. at this point, I think it should be trivial to fix the minor details that block us from running python 3. https://wiki.python.org/moin/PortingToPy3k/BilingualQuickRef
Sorry, something went wrong.
No branches or pull requests
since, the project has no dependencies, it should be relatively easy to extend support for python3.
something like 2to3 can come in really handy. https://docs.python.org/2/library/2to3.html
The text was updated successfully, but these errors were encountered: