[issue19251] bitwise ops for bytes of equal length

Serhiy Storchaka report at bugs.python.org
Mon Oct 21 12:01:18 CEST 2013


Serhiy Storchaka added the comment:

> By the way I'd also be happy with a set of vector ops in the operator module, e.g. vector_xor(a, b).

This is one direction. Other direction is adding the bitarray or bitset container and the bitview adapter.

----------

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


More information about the Python-bugs-list mailing list