Issue 26548: Probably missing word in a sentence in the doc of bitwise operations on integer types (original) (raw)

Issue26548

Created on 2016-03-12 22:44 by mdk, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg261667 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2016-03-12 22:44
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.
msg261675 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-03-13 06:58
New changeset b9256d5f1ab4 by Raymond Hettinger in branch '3.5': Issue #26548: Minor fix to awkward wording in docs https://hg.python.org/cpython/rev/b9256d5f1ab4
History
Date User Action Args
2022-04-11 14:58:28 admin set github: 70735
2016-03-13 06:59:42 rhettinger set status: open -> closedresolution: fixed
2016-03-13 06:58:54 python-dev set nosy: + python-devmessages: +
2016-03-13 06:48:48 rhettinger set priority: normal -> lowassignee: docs@python -> rhettingernosy: + rhettinger
2016-03-12 22:44:26 mdk create