Jaime Wyant wrote:

> What exactly "happens" if I leave the exception hanging out there?

the user of your code will most likely get spurious exceptions raised in
odd locations (many python operations assume that the exception state
is cleared when you call them, and check the status afterwards)

it's bloody annoying, and can take hours or days to track down, so it's
worth fixing.

</F> 



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

Reply via email to