commit | bdd0f39de559ddedc9d952020da71a8a6973c34c | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 10:24:00 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 10:24:00 2007 +0000 |
tree | 8c007be2896eaaa213a1e9f00f97420962d3c176 | |
parent | 18c47f6a3b3cc848dc2fc09329954378e483dce1 [diff] [blame] |
Patch #1449244: Support Unicode strings in email.message.Message.{set_charset,get_content_charset}. Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index fa17fb9..f06499a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -168,6 +168,9 @@ Library ------- +- Patch #1449244: Support Unicode strings in + email.message.Message.{set_charset,get_content_charset}. + - Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to pydoc's help keywords.