Serhiy Storchaka added the comment:

> I'm not even sure when this else statement is executed.

It executed when no breaks were happen. I.e. both variants of code are 
equivalent besides the fact that variant with "else" doesn't require named 
boolean variable. It is a feature of Python syntax.

----------
nosy: +serhiy.storchaka
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18949>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to