Get rid of "Unhandled exception: " altogether.

This commit is contained in:
Guido van Rossum 1992-02-05 11:16:28 +00:00
parent c39de5fe61
commit 4ddf8cc408
1 changed files with 0 additions and 3 deletions

View File

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