This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Arfrever, francismb, jcea, mark.dickinson, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2014-05-12.22:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399932350.54.0.0436623283077.issue21422@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-05-12 22:05:50r.david.murraysetrecipients: + r.david.murray, rhettinger, jcea, mark.dickinson, pitrou, vstinner, Arfrever, python-dev, francismb, serhiy.storchaka
2014-05-12 22:05:50r.david.murraysetmessageid: <1399932350.54.0.0436623283077.issue21422@psf.upfronthosting.co.za>
2014-05-12 22:05:50r.david.murraylinkissue21422 messages
2014-05-12 22:05:50r.david.murraycreate