Hi
I've read that the builtin all() function stops evaluating as soon as
it hits a false item, meaning that items after the first false one are
not evaluated.

I was wondering if someone could give an example of where all()'s
short circuiting is of consequence, akin to:

False and produces_side_effect()

Many thanks
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to