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 2/3 compatibiliy fixes #96

Merged
merged 1 commit into from
Jan 31, 2015
Merged

Conversation

mspinelli
Copy link
Contributor

Changed object.next() to next(object) and used six library to handle urlib.unquote -> urlib.parse.unquote issues, as well as dictionary viewkeys -> keys issue.

Changed object.next() to next(object) and used six library to handle urlib.unquote -> urlib.parse.unquote issues, as well as dictionary viewkeys -> keys issue.
chapmanb added a commit that referenced this pull request Jan 31, 2015
Python 2/3 compatibiliy fixes
@chapmanb chapmanb merged commit 127cbea into chapmanb:master Jan 31, 2015
@chapmanb
Copy link
Owner

Thanks so much for this. I pushed out a 0.6.2 release with the fixes. I also changed the viewkeys usage as that is not present in six 1.5.2 which ships with Ubuntu 14.04 packages. I think the new usage should be equivalent without requiring a more recent version. Thank you again.

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