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

BUG: Include the name of the exception type in its pretty format. #1519

Merged
merged 1 commit into from Mar 25, 2012

Conversation

rkern
Copy link
Contributor

@rkern rkern commented Mar 23, 2012

Thanks to @doerwalter for noticing this.

Fixes #1518.

@takluyver takluyver merged commit 578079d into ipython:master Mar 25, 2012
@takluyver
Copy link
Member

This revealed another small problem in Python 3:

In [3]: ValueError(678)
Out[3]: builtins.ValueError(678)

I've made the tiny fix (cfdffdb). Other than that, this looked good, so I've merged it.

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.

Pretty printing exceptions is broken
2 participants