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

Unicode and Python-3 compatibility #217

Closed
krmanish opened this issue Mar 4, 2018 · 3 comments
Closed

Unicode and Python-3 compatibility #217

krmanish opened this issue Mar 4, 2018 · 3 comments

Comments

@krmanish
Copy link

krmanish commented Mar 4, 2018

I think we should use Python-3 compatible code for unicode.

from future import unicode_literals

Found here and and all other places wherever required.

@faif
Copy link
Owner

faif commented Mar 4, 2018

@krmanish I agree. Those u should go away :)

@sara-02
Copy link

sara-02 commented May 17, 2018

@faif @krmanish You can actually add your comment on the previous issue around Python3. #208.
This looks like a duplicate of the mentioned issue :)

@faif
Copy link
Owner

faif commented May 18, 2018

@sara-02 Good point, closing this ticket in favor of #208

@faif faif closed this as completed May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants