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

UTF error traceback prints escapes #26

Closed
choksi81 opened this issue May 24, 2014 · 2 comments
Closed

UTF error traceback prints escapes #26

choksi81 opened this issue May 24, 2014 · 2 comments
Assignees

Comments

@choksi81
Copy link
Contributor

When UTF prints errors, it prints out carriage returns and line breaks instead of escaping them.

This should be changed.

@choksi81
Copy link
Contributor Author

Author: sjs25
Simply wrapping the object I print out in a str() or something isn't working. I tried splitting on "\n" and then joining on "\n" and it works, but I don't think it looks any better. I'll see what you guys think about this.

@choksi81
Copy link
Contributor Author

Author: justinc
Fixed by Monzur in r4055.

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

No branches or pull requests

2 participants