On Oct 4, 2016 6:20 AM, "Random832" <random...@fastmail.com> wrote:
> >     for item in items if item is not None:
> >         ...
> >     else:
> >         # ???

>
> I think it's obvious that it would be on the outermost construct (i.e.
> the one that would still be at the same indentation level fully
> expanded).

I think it's obvious it would be the innermost construct... Or at least
very plausible.
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to