cpython/Lib/email
R. David Murray d0a04ff95e Merged revisions 78276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78276 | r.david.murray | 2010-02-20 23:39:40 -0500 (Sat, 20 Feb 2010) | 16 lines

  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.
  ........
................
2010-02-21 04:48:18 +00:00
..
mime Merged revisions 73623-73624 via svnmerge from 2009-06-28 17:35:48 +00:00
test Merged revisions 78276 via svnmerge from 2010-02-21 04:48:18 +00:00
__init__.py
_parseaddr.py
base64mime.py Remove nonexisting stuff from __all__. 2009-06-04 09:37:16 +00:00
charset.py
encoders.py
errors.py
feedparser.py
generator.py Merged revisions 78276 via svnmerge from 2010-02-21 04:48:18 +00:00
header.py
iterators.py
message.py Merged revisions 75307 via svnmerge from 2009-10-10 00:57:04 +00:00
parser.py
quoprimime.py
utils.py Merged revisions 77389 via svnmerge from 2010-01-09 18:48:46 +00:00