commit | 1300831c48770fb75ab05ada6b6a8ab9b68926a3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 10:24:14 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 13 10:24:14 2007 +0000 |
tree | 928f9af1d89dd3db5d9963c8c9d97f40860b9b8d | |
parent | 74fb2114455e73bc4ce9c384ee599db24ba95b3f [diff] [blame] |
Patch #1449244: Support Unicode strings in email.message.Message.{set_charset,get_content_charset}.
diff --git a/Misc/NEWS b/Misc/NEWS index 3a5edc0..5e44c25 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,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.