R. David Murray added the comment:

Arfrever's advice was misleading...the test would have needed to be 
assertIsNot(True << 0, 1), but the fact that True is not preserved is not 
really what we want to test.  What we want to test is that the return value is 
of type 'int', which is what Victor's test checks.

----------

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

Reply via email to