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 gdamjan
Recipients
Date 2005-11-28.14:15:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is the test case that fails in python 2.4.1:
from email.MIMEText import MIMEText
msg =
MIMEText(u'\u043a\u0438\u0440\u0438\u043b\u0438\u0446\u0430')
msg.set_charset('utf-8')
msg.as_string()

And attached is a patch to correct it.
History
Date User Action Args
2007-08-23 15:44:48adminlinkissue1368247 messages
2007-08-23 15:44:48admincreate