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

python3 support #8

Open
hunleyd opened this issue Oct 21, 2019 · 1 comment
Open

python3 support #8

hunleyd opened this issue Oct 21, 2019 · 1 comment

Comments

@hunleyd
Copy link

hunleyd commented Oct 21, 2019

Any plans to support Python 3?

Currently, you have to add:

from importlib import reload`

and comment out sys.setdefaultencoding("utf8") manually

@jankais3r
Copy link
Owner

Thanks, depending on how much time I find for this, I might just implement your suggested workarounds rather than doing a proper Python3 rewrite.

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

No branches or pull requests

2 participants