Ben Bacarisse wrote:
Anyway, to coalesce two or more exception handlers, you are probably
looking for

  except (ImportError, RuntimeError):

To the OP: Are you sure you really want to mask RuntimeError here?
Usually it means something has gone seriously wrong, and is a
symptom that shouldn't be ignored.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to