summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-02-21 04:30:12 +0000
committerR. David Murray <rdmurray@bitdance.com>2010-02-21 04:30:12 +0000
commit1fa911654bf3368e3699592d60e8e4618bc88ea6 (patch)
treec12d45d951428addc1420b2a2aac6399db09cbac /Python
parent4bd4585f8ea9375e69bef03e1a0ca736433bf0bd (diff)
downloadcpython-git-1fa911654bf3368e3699592d60e8e4618bc88ea6.tar.gz
Merged revisions 78274 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78274 | r.david.murray | 2010-02-20 23:23:00 -0500 (Sat, 20 Feb 2010) | 9 lines 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 'Python')
0 files changed, 0 insertions, 0 deletions