On 7/7/05, Gustavo Niemeyer <[EMAIL PROTECTED]> wrote:

> > Simplifying the basic control flow mechanisms is always good.
> [...]
> 
> Of course, it largely depends on what simplifying means to you.

If we lose the "else" in "for"s, we'd have to use a variable to mark
when we exit the normal way or we break it out.

Using another variable is something that complicates the reading of
the program: you see the new variable, have to discover to what it's
for, and to keep it in your mind while you follow the logic.

For me, simplifying means keeping the "else".

Just my Currency("0.02"), ;)

.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to