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 pitrou, r.david.murray, sobczyk, vstinner
Date 2013-11-25.13:18:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385385513.79.0.53269922322.issue19770@psf.upfronthosting.co.za>
In-reply-to
Content
as_bytes was added in 3.4.  For earlier python versions, you'll have to create a BytesGenerator object and flatten the message using it to get a bytes object you can past to post.
History
Date User Action Args
2013-11-25 13:18:33r.david.murraysetrecipients: + r.david.murray, pitrou, vstinner, sobczyk
2013-11-25 13:18:33r.david.murraysetmessageid: <1385385513.79.0.53269922322.issue19770@psf.upfronthosting.co.za>
2013-11-25 13:18:33r.david.murraylinkissue19770 messages
2013-11-25 13:18:33r.david.murraycreate