Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

In Python "True == False < 20" is evaluated as "True == False and False < 20". 
See https://docs.python.org/3/reference/expressions.html#comparisons

----------
nosy: +serhiy.storchaka
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to