try:
pass
except (MyException1, MyOtherException):
except SomeOtherException:
finally:
do_some_cleanup() # run in any case, whether any exceptions were thrown or not