[Python-ideas] Sublocal scoping at its simplest

Chris Angelico rosuav at gmail.com
Mon Apr 30 06:28:47 EDT 2018


On Mon, Apr 30, 2018 at 6:20 PM, Matt Arcidy <marcidy at gmail.com> wrote:
> Does this mean indentation is now a scope, or colons are a scope, or is that
> over simplifying?

No, no, and yes. This is JUST about the 'except' statement, which
currently has the weird effect of unbinding the name it just bound.

ChrisA


More information about the Python-ideas mailing list