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 serhiy.storchaka
Recipients Jim Fasarakis-Hilliard, levkivskyi, ned.deily, rhettinger, serhiy.storchaka, terry.reedy, xiang.zhang
Date 2017-01-06.22:08:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483740515.9.0.216182149864.issue29116@psf.upfronthosting.co.za>
In-reply-to
Content
You can concatenate any object supporting the buffer protocol to bytes and bytearray.

Current error message for bytes looks awkward too, because it says "bytes to othertype" instead of "othertype to bytes".
History
Date User Action Args
2017-01-06 22:08:35serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, ned.deily, levkivskyi, xiang.zhang, Jim Fasarakis-Hilliard
2017-01-06 22:08:35serhiy.storchakasetmessageid: <1483740515.9.0.216182149864.issue29116@psf.upfronthosting.co.za>
2017-01-06 22:08:35serhiy.storchakalinkissue29116 messages
2017-01-06 22:08:35serhiy.storchakacreate