Ben Finney <[email protected]> writes:
> How can I stop Python from deleting a name binding, when that name is
> used for binding the exception that is caught?

Use sys.exc_info()
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to