This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Ramchandra Apte, abarnert, christian.heimes, georg.brandl, gvanrossum, josh.r, martin.panter, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2016-01-08.10:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452248679.42.0.0478384314188.issue19251@psf.upfronthosting.co.za>
In-reply-to
Content
> 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)?
History
Date User Action Args
2016-01-08 10:24:39vstinnersetrecipients: + vstinner, gvanrossum, georg.brandl, rhettinger, terry.reedy, pitrou, christian.heimes, Ramchandra Apte, martin.panter, serhiy.storchaka, abarnert, josh.r
2016-01-08 10:24:39vstinnersetmessageid: <1452248679.42.0.0478384314188.issue19251@psf.upfronthosting.co.za>
2016-01-08 10:24:39vstinnerlinkissue19251 messages
2016-01-08 10:24:39vstinnercreate