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:48 | admin | link | issue1368247 messages |
| 2007年08月23日 15:44:48 | admin | create | |