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 barry, python-dev, r.david.murray, yu.zhao@getcwd.com
Date 2014-10-03.01:04:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412298265.54.0.769066234459.issue14645@psf.upfronthosting.co.za>
In-reply-to
Content
The payload must also use \r\n per RFC, unless it is a non-text part, in which case it uses \r\n to separate the content transfer encoded lines.  If you want binary integrity you must use a binary MIME type.
History
Date User Action Args
2014-10-03 01:04:25r.david.murraysetrecipients: + r.david.murray, barry, python-dev, yu.zhao@getcwd.com
2014-10-03 01:04:25r.david.murraysetmessageid: <1412298265.54.0.769066234459.issue14645@psf.upfronthosting.co.za>
2014-10-03 01:04:25r.david.murraylinkissue14645 messages
2014-10-03 01:04:25r.david.murraycreate