summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-02-21 04:23:00 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-02-21 04:23:00 (GMT)
commit51f1204590ebe00554ad30d6abf0e723e2ee1b65 (patch)
tree5719d517d175225181a5cae5d976e00e8728e3ad /Misc
parent9e9af21d45e8f5c9debd799fd521a87b0d97c698 (diff)
downloadcpython-51f1204590ebe00554ad30d6abf0e723e2ee1b65.zip
cpython-51f1204590ebe00554ad30d6abf0e723e2ee1b65.tar.gz
cpython-51f1204590ebe00554ad30d6abf0e723e2ee1b65.tar.bz2
Issue 7970: When email.Parser.Parser parses a MIME message of type
message/rfc822 it turns it into an object whose body consists of a list containing a single Message object. HeaderParser, on the other hand, just copies the body as a string. Generator.flatten has a special handler for the message mime type that expected the body to be the one item list. This fails if the message was parsed by HeaderParser. So we now check to see if the body is a string first, and if so just we just emit it.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d7ba8a..5750605 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #7970: email.Generator.flatten now correctly flattens message/rfc822
+ messages parsed by email.Parser.HeaderParser.
+
- Issue #3426: ``os.path.abspath`` now returns unicode when its arg is unicode.
- Issue #7633: In the decimal module, Context class methods (with the