Kaydet (Commit) cb4eedde authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 3b1a57a4
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment