Replies: 1 comment 2 replies
-
Changing the behaviour of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One more OT comment inspired by #484, as it would have been nice to have in that case:
@erlend-aasland Do you know of any plans to support something like this in Python?
The intention being that an exception of the listed types would abort the current statement, but not exit the whole block. Instead, continue with the next line after the one where the exception was raised.
A workaround that comes to mind:
Beta Was this translation helpful? Give feedback.
All reactions