Mark Dickinson added the comment:

> 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.

----------

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

Reply via email to