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:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399934541.15.0.391084141881.issue21422@psf.upfronthosting.co.za>
In-reply-to
Content
Arfrever pointed out on irc that I misread.  It would indeed be assertIs(True << 0, 1), but that wouldn't make a good test because the fact that '1 is 1' is an implementation detail of CPython and can't be relied upon.
History
Date User Action Args
2014-05-12 22:42:21r.david.murraysetrecipients: + r.david.murray, rhettinger, jcea, mark.dickinson, pitrou, vstinner, Arfrever, python-dev, francismb, serhiy.storchaka
2014-05-12 22:42:21r.david.murraysetmessageid: <1399934541.15.0.391084141881.issue21422@psf.upfronthosting.co.za>
2014-05-12 22:42:21r.david.murraylinkissue21422 messages
2014-05-12 22:42:21r.david.murraycreate