• R. David Murray's avatar
    Merged revisions 78274 via svnmerge from · 57c45ac5
    R. David Murray yazdı
    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.
    ........
    57c45ac5
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...