We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
__repr__ will keep failing in Python 2.x, but should be possible to get to_string to return unicode so at least the thing can be printed.
__repr__
The text was updated successfully, but these errors were encountered:
I've spent some time playing with unicode on Python - let me know some more details if you'd like me to have a look at this.
Sorry, something went wrong.
ENH: better console unicode handling, GH #680, #340
b4ca18b
No branches or pull requests
__repr__
will keep failing in Python 2.x, but should be possible to get to_string to return unicode so at least the thing can be printed.The text was updated successfully, but these errors were encountered: