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 support #13

Open
s-celles opened this issue Feb 23, 2016 · 1 comment
Open

Python 3 support #13

s-celles opened this issue Feb 23, 2016 · 1 comment

Comments

@s-celles
Copy link

Hello,

I would like to know current status of Python 3 support.

Thanks

@RKrahl
Copy link
Contributor

RKrahl commented Apr 7, 2016

Out of the box, Python 3 is not supported. It already fails with the import as __init__.py does a relative import of exceptions, a feature that has been removed with Python 3.

Shouldn't be too hard to fix. Most important issue would be to review all strings and check unicode vs. encoded string issues.

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