SilentGhost <ghost....@runbox.com> added the comment:

Windson, it still is not clear what exactly you find unexpected in view of 
supplied links:

1 or 0 and 3
or has higher precedence than and, therefore it's evaluated first. It's first 
argument (1) is truthy, therefore it's returned. End of comparison.

0 or 1 and 3
starts the same, but now the second argument (1 and 3) needs evaluating and its 
return value (3) will be the end result. End of comparison.

I certainly think the suggested wording is a no go.

----------
nosy: +SilentGhost

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

Reply via email to