On Sun, Jun 12, 2016 at 6:11 AM Steven D'Aprano <
steve+comp.lang.pyt...@pearwood.info> wrote:

> - run the for block
> - THEN unconditionally run the "else" block
>

Saying "unconditionally" is a bit misleading here. As you say, it's
conditioned on completing the loop without break/return/raise.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to