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 mark.dickinson
Recipients CuriousLearner, docs@python, mark.dickinson, ncoghlan, wolma
Date 2017-03-03.16:23:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488558192.04.0.733020311374.issue29710@psf.upfronthosting.co.za>
In-reply-to
Content
> It's not really clear what that line in the docs means for Python 2, either

Ah, I guess it still kinda sorta applies for the left-shift operator, though even then, Python has promoted the result to long for many versions now. So the only "overflow" that's really relevant on Python 2 is "overflow" from int to long in the case of left shift.
History
Date User Action Args
2017-03-03 16:23:12mark.dickinsonsetrecipients: + mark.dickinson, ncoghlan, docs@python, wolma, CuriousLearner
2017-03-03 16:23:12mark.dickinsonsetmessageid: <1488558192.04.0.733020311374.issue29710@psf.upfronthosting.co.za>
2017-03-03 16:23:12mark.dickinsonlinkissue29710 messages
2017-03-03 16:23:11mark.dickinsoncreate