PEP 758: Allow `except` and `except*` expressions without parentheses

Bare except with an unconditional raise is actually OK (and the stdlib has quite a few transactional APIs with rollback semantics).

8 Likes