[Tutor] A question abt exception handling
Dustin J. Mitchell
dustin at v.igoro.us
Sat Nov 4 20:38:01 CET 2006
import traceback
try:
something_funny()
except:
traceback.print_exc()
should do the trick for you.
Dustin
More information about the Tutor
mailing list