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
Any plans to support Python 3?
Currently, you have to add:
from importlib import reload`
and comment out sys.setdefaultencoding("utf8") manually
sys.setdefaultencoding("utf8")
The text was updated successfully, but these errors were encountered:
Thanks, depending on how much time I find for this, I might just implement your suggested workarounds rather than doing a proper Python3 rewrite.
Sorry, something went wrong.
No branches or pull requests
Any plans to support Python 3?
Currently, you have to add:
and comment out
sys.setdefaultencoding("utf8")
manuallyThe text was updated successfully, but these errors were encountered: