Skip to content

added shim for unicode type in Python 3#94

Closed
coyotemarin wants to merge 3 commits intotimotheus:masterfrom
spendright:py3
Closed

added shim for unicode type in Python 3#94
coyotemarin wants to merge 3 commits intotimotheus:masterfrom
spendright:py3

Conversation

@coyotemarin
Copy link

ebaysdk had isinstance(..., unicode) in a couple of places, which of course doesn't work in Python 3.

Changed things so ebaysdk.utils.unicode is properly defined in Python 2 and 3, and can be imported into other modules as needed.

This should fix #88.

@coyotemarin
Copy link
Author

Looks like this was fixed by 4344511, thanks!

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.

Python3 incompatibility: 'unicode' reference in response.py

1 participant