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 georg.brandl, pitrou
Date 2009-07-19.13:19:38
SpamBayes Score 1.239786e-05
Marked as misclassified No
Message-id <1248009581.26.0.315231370095.issue6521@psf.upfronthosting.co.za>
In-reply-to
Content
It is not obvious whether encoding of an unicode argument will happen or
not:

« [...] No guessing or encoding is performed on the text data.

Changed in version 2.4: The previously deprecated _encoding argument has
been removed. Encoding happens implicitly based on the _charset argument. »

http://docs.python.org/library/email.mime.html#email.mime.text.MIMEText
History
Date User Action Args
2009-07-19 13:19:41pitrousetrecipients: + pitrou, georg.brandl
2009-07-19 13:19:41pitrousetmessageid: <1248009581.26.0.315231370095.issue6521@psf.upfronthosting.co.za>
2009-07-19 13:19:39pitroulinkissue6521 messages
2009-07-19 13:19:38pitroucreate