STINNER Victor 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.

Maybe it makes more sense to implement such operation on the array.array type? 
But only for integer types (ex: not for 'd', float)?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19251>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to