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 yu.zhao@getcwd.com
Recipients barry, python-dev, r.david.murray, yu.zhao@getcwd.com
Date 2014-10-03.00:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412296561.75.0.652462926996.issue14645@psf.upfronthosting.co.za>
In-reply-to
Content
This at least shouldn't be done for the BytesGenerator - it breaks binary data integrity. IMO, doing it for the string Generator is not necessary either. The linesep is a policy regarding to MIME syntax. It shouldn't be applied to the payload. Imagine what would happen if people want to be RFC-compliant but keep '\n' in their Linux text files.
History
Date User Action Args
2014-10-03 00:36:02yu.zhao@getcwd.comsetrecipients: + yu.zhao@getcwd.com, barry, r.david.murray, python-dev
2014-10-03 00:36:01yu.zhao@getcwd.comsetmessageid: <1412296561.75.0.652462926996.issue14645@psf.upfronthosting.co.za>
2014-10-03 00:36:01yu.zhao@getcwd.comlinkissue14645 messages
2014-10-03 00:36:01yu.zhao@getcwd.comcreate