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 terry.reedy
Recipients Ramchandra Apte, christian.heimes, georg.brandl, pitrou, serhiy.storchaka, terry.reedy
Date 2013-10-18.23:26:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382138818.28.0.350215514463.issue19251@psf.upfronthosting.co.za>
In-reply-to
Content
'XOR of two bytes in one place' strikes me as a thin excuse for a new feature that abbreviates a simple, short, one-liner. To me, bytes(x ^ y for x, y in zip(a, b)) looks fine. a and b can be any iterables of ints.
History
Date User Action Args
2013-10-18 23:26:58terry.reedysetrecipients: + terry.reedy, georg.brandl, pitrou, christian.heimes, Ramchandra Apte, serhiy.storchaka
2013-10-18 23:26:58terry.reedysetmessageid: <1382138818.28.0.350215514463.issue19251@psf.upfronthosting.co.za>
2013-10-18 23:26:58terry.reedylinkissue19251 messages
2013-10-18 23:26:58terry.reedycreate