Message288901
| 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:12 | mark.dickinson | set | recipients: + mark.dickinson, ncoghlan, docs@python, wolma, CuriousLearner |
| 2017-03-03 16:23:12 | mark.dickinson | set | messageid: <1488558192.04.0.733020311374.issue29710@psf.upfronthosting.co.za> |
| 2017-03-03 16:23:12 | mark.dickinson | link | issue29710 messages |
| 2017-03-03 16:23:11 | mark.dickinson | create | |