Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Unicode error #22

Closed
mousavian opened this issue Aug 24, 2015 · 3 comments
Closed

Unicode error #22

mousavian opened this issue Aug 24, 2015 · 3 comments

Comments

@mousavian
Copy link

Since "All text is Unicode" in Python v>3.0 then this line of code will throw an error says:
name 'unicode' is not defined

So, regarding to this answer, I guess unicode function should be changed to str or decode()

@ryneeverett
Copy link
Contributor

FYI, I opened #21 for this issue. If you look at the commit history the fix for python2 unicode issues broke python3.

@pydanny
Copy link
Collaborator

pydanny commented Sep 10, 2015

I believe this is fixed. Please confirm!

@pydanny
Copy link
Collaborator

pydanny commented Sep 24, 2015

Closing this. If this is still a problem, please reopen.

@pydanny pydanny closed this as completed Sep 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants