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 francismb
Recipients Arfrever, francismb, jcea, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2014-05-12.18:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399918665.8.0.863836711624.issue21422@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
sorry if it's trivial but shouldn't we add a 'shifted_true' test
some were to make sure that this behavior change gets noticed next time?

def test_shifted_true(self):
    self.assertEqual(True << 0, 1)
    self.assertEqual(True << 1, 2)
History
Date User Action Args
2014-05-12 18:17:45francismbsetrecipients: + francismb, rhettinger, jcea, mark.dickinson, pitrou, vstinner, Arfrever, serhiy.storchaka
2014-05-12 18:17:45francismbsetmessageid: <1399918665.8.0.863836711624.issue21422@psf.upfronthosting.co.za>
2014-05-12 18:17:45francismblinkissue21422 messages
2014-05-12 18:17:45francismbcreate