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 vajrasky
Recipients Arfrever, apollo13, barry, r.david.murray, vajrasky
Date 2013-11-01.09:06:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383296806.25.0.005258429234.issue19063@psf.upfronthosting.co.za>
In-reply-to
Content
Attached the *preliminary* patch to address R. David Murray's request.

It does not address the case where we send raw utf-8 bytes to payload. Maybe we should handle that in different ticket.

msg.set_payload(b'\xd0\x90\xd0\x91\xd0\x92') ==> chucks
History
Date User Action Args
2013-11-01 09:06:46vajraskysetrecipients: + vajrasky, barry, Arfrever, r.david.murray, apollo13
2013-11-01 09:06:46vajraskysetmessageid: <1383296806.25.0.005258429234.issue19063@psf.upfronthosting.co.za>
2013-11-01 09:06:46vajraskylinkissue19063 messages
2013-11-01 09:06:46vajraskycreate