Don't print "Unhandled exception: " when one occurs -- just print its name.

This commit is contained in:
Guido van Rossum 1992-01-27 16:48:10 +00:00
parent 3b1a57a4a0
commit cb4eeddeea
1 changed files with 2 additions and 0 deletions

View File

@ -300,7 +300,9 @@ print_error()
goaway(1);
}
}
/*
fprintf(stderr, "Unhandled exception: ");
*/
if (printobject(exception, stderr, PRINT_RAW) != 0)
err_clear();
if (v != NULL && v != None) {