Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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