[issue19251] bitwise ops for bytes of equal length

Guido van Rossum report at bugs.python.org
Thu Jan 7 19:08:29 EST 2016


Guido van Rossum added the comment:

I'm very skeptical of this. I expect it would cause quite a few surprises for people who aren't used to bitmask operations on integers, let alone on (byte) strings.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19251>
_______________________________________


More information about the Python-bugs-list mailing list