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

Updated to work with Python 3 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

souravdatta
Copy link

unicode() function is deprecated in Python 3, so added a check for version of Python. If Python 3 is used then str() function will be called to convert the text instead of unicode(). Ran the tests and did some ad hoc parsing with both Python 2 and 3.

@auvipy
Copy link

auvipy commented Jun 7, 2016

good job

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