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 pitrou
Recipients anadelonbrin, barry, dato, meatballhat, pitrou, r.david.murray, tercero12, vstinner
Date 2010-10-08.10:19:36
SpamBayes Score 0.0007600296
Marked as misclassified No
Message-id <1286533179.13.0.604170635253.issue4661@psf.upfronthosting.co.za>
In-reply-to
Content
There are a couple of things I don't understand:

+* :class:`~email.generator.Generator` will convert message bodies that
+  have a :mailheader:`ContentTransferEncoding` of 8bit and a known charset to
+  instead have a :mailheader:`CotnentTransferEncoding` of ``QuotedPrintable``.

Why so?

+* All operations are on unicode strings.  Text inputs must be strings,
+  text outputs are strings.

This is a rather strange statement given that you are adding bytes-consuming and bytes-producing functions.
History
Date User Action Args
2010-10-08 10:19:39pitrousetrecipients: + pitrou, barry, anadelonbrin, vstinner, r.david.murray, dato, tercero12, meatballhat
2010-10-08 10:19:39pitrousetmessageid: <1286533179.13.0.604170635253.issue4661@psf.upfronthosting.co.za>
2010-10-08 10:19:36pitroulinkissue4661 messages
2010-10-08 10:19:36pitroucreate