[Python-Dev] Re: Re: anonymous blocks
Terry Reedy
tjreedy at udel.edu
Mon Apr 25 16:41:37 CEST 2005
"Skip Montanaro" <skip at pobox.com> wrote in message
news:17004.60532.407476.331271 at montanaro.dyndns.org...
> Guido> with VAR = EXPR:
> Guido> BODY
>
> What about a multi-variable case? Will you have to introduce a new level
> of
> indentation for each 'with' var?
I would expect to see the same structure unpacking as with assignment, for
loops, and function calls: with a,b,c = x,y,z and so on.
Terry J. Reedy
More information about the Python-Dev
mailing list