[docs] [issue29710] Incorrect representation caveat on bitwise operation docs

Martin Panter report at bugs.python.org
Sat Dec 2 17:26:01 EST 2017


Martin Panter <vadmium+py at gmail.com> added the comment:

FWIW I find Mark’s suggestion pretty good:

“Each bitwise operation has the same result as though carried out in two's complement using a bit-width that's large enough to represent the inputs.”

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29710>
_______________________________________


More information about the docs mailing list