On Mon, Oct 13, 2014 at 11:43 AM, Dennis Lee Bieber
<wlfr...@ix.netcom.com> wrote:
>         ONE: Python uses short circuit evaluation: for an OR, the second 
> clause
> is only looked at if the first clause is FALSE (for an AND, the first
> clause has to be TRUE before the second is evaluated).

Short-circuiting doesn't actually matter here, incidentally. It could
be eagerly evaluated and nothing would be different.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to