Alexander Belopolsky <[EMAIL PROTECTED]> added the comment:

>>> int('1') is 1
False
>>> 1 is int('0b1', 2)
False
>>> 1 is 0b10000 >> 4
False

there are probably more ...

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2417>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to