Skip to content

Unicode not supported in Python 3 #1103

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

Closed
wants to merge 1 commit into from

Conversation

afreeland
Copy link

Python 3 renamed the unicode type to str, the old str type has been replaced by bytes

Worked for Python 3 but have not tested in Python 2...wasnt sure if there were any test to run.

https://stackoverflow.com/questions/19877306/nameerror-global-name-unicode-is-not-defined-in-python-3

@me-no-dev
Copy link
Member

Already resolved in 2718d69 :)

@me-no-dev me-no-dev closed this Mar 4, 2018
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

Successfully merging this pull request may close these issues.

2 participants