hello,

my script creates files that i need to delete if an exception is
thrown.

is this a good pythonic style to do this kind of cleanup in
sys.excepthook instead of inside except clause of a try block?

konstantin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to