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 mdk
Recipients docs@python, mdk
Date 2016-03-12.22:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457822666.05.0.586831290634.issue26548@psf.upfronthosting.co.za>
In-reply-to
Content
In https://docs.python.org/3.5/library/stdtypes.html#bitwise-operations-on-integer-types the sentence "this assumes a sufficiently large number of bits that no overflow occurs during the operation" looks wrong to me, so I asked on #python and got from @benzrf:

"this assumes that there are sufficiently many bits for no overflow to occur during the operation"

Which looks better to me.
History
Date User Action Args
2016-03-12 22:44:26mdksetrecipients: + mdk, docs@python
2016-03-12 22:44:26mdksetmessageid: <1457822666.05.0.586831290634.issue26548@psf.upfronthosting.co.za>
2016-03-12 22:44:26mdklinkissue26548 messages
2016-03-12 22:44:25mdkcreate