[Python-ideas] Block-Scoped Exception Handlers

Random832 random832 at fastmail.com
Wed May 4 16:51:25 EDT 2016


On Wed, May 4, 2016, at 15:58, Kyle Lahnakoski wrote:
> I would like Python to have a bare `except` statement, which applies
> from that line, to the end of enclosing block (or next `except`
> statement).

Where does control resume if it doesn't raise?


More information about the Python-ideas mailing list