Closed dgw closed 10 years ago
I merged this but now when I read it again I think overriding str might break things. but, if it works for you I assume it'd work for other people. I don't care much about twit.
If I run into any issues I'll either fix it or revert it with another PR.
The twit module was tripping on users with Unicode characters in their profile data, and Python 2.x distinguishes between
str
andunicode
as different types (yes, yes, upgrade to Py3, etc.).I think this is a decent way of doing it, but please tell me if there's a better way to fix this and keep compatibility with both Py2 & Py3.