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 claudep
Recipients barry, claudep, r.david.murray
Date 2012-10-25.19:16:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351192615.72.0.0623384274418.issue16324@psf.upfronthosting.co.za>
In-reply-to
Content
It's fine for me to consider it as an enhancement. The fix might be as simple as replacing **{'charset': _charset} by **{'charset': str(_charset)} in MIMEText __init__.
History
Date User Action Args
2012-10-25 19:16:55claudepsetrecipients: + claudep, barry, r.david.murray
2012-10-25 19:16:55claudepsetmessageid: <1351192615.72.0.0623384274418.issue16324@psf.upfronthosting.co.za>
2012-10-25 19:16:55claudeplinkissue16324 messages
2012-10-25 19:16:55claudepcreate