[issue2417] [py3k] Integer floor division (//): small int check omitted

Alexander Belopolsky report at bugs.python.org
Wed Mar 19 16:57:46 CET 2008


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

>>> 1 is 1|1
False
>>> 1 is 1&1
False
>>> 0 is 1^1
False
>>> 2 is 1<<1
False

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2417>
__________________________________


More information about the Python-bugs-list mailing list