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 r.david.murray
Recipients MGilch, r.david.murray
Date 2017-10-01.15:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506871852.01.0.213398074469.issue31656@psf.upfronthosting.co.za>
In-reply-to
Content
What happens when you apply a bitwise operation to two bytes objects of unequal length?

Since the answer to that question is not obvious, we simply don't support the operation.

If you want to make a proposal for this the python-ideas mailing list would be the appropriate forum.
History
Date User Action Args
2017-10-01 15:30:52r.david.murraysetrecipients: + r.david.murray, MGilch
2017-10-01 15:30:52r.david.murraysetmessageid: <1506871852.01.0.213398074469.issue31656@psf.upfronthosting.co.za>
2017-10-01 15:30:51r.david.murraylinkissue31656 messages
2017-10-01 15:30:51r.david.murraycreate