Staging
v0.5.1
https://github.com/python/cpython
Revision 1fa911654bf3368e3699592d60e8e4618bc88ea6 authored by R. David Murray on 21 February 2010, 04:30:12 UTC, committed by R. David Murray on 21 February 2010, 04:30:12 UTC
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.
........
1 parent 4bd4585
History
Tip revision: 1fa911654bf3368e3699592d60e8e4618bc88ea6 authored by R. David Murray on 21 February 2010, 04:30:12 UTC
Merged revisions 78274 via svnmerge from
Tip revision: 1fa9116
File Mode Size
RPM
TextMate
Vim
ACKS -rw-r--r-- 11.5 KB
AIX-NOTES -rw-r--r-- 8.0 KB
BeOS-NOTES -rw-r--r-- 1.4 KB
BeOS-setup.py -rw-r--r-- 23.1 KB
HISTORY -rw-r--r-- 669.2 KB
NEWS -rw-r--r-- 154.9 KB
NEWS.help -rw-r--r-- 2.5 KB
PURIFY.README -rw-r--r-- 4.4 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.4 KB
README.OpenBSD -rw-r--r-- 1.5 KB
README.coverity -rw-r--r-- 845 bytes
README.klocwork -rw-r--r-- 1.2 KB
README.valgrind -rw-r--r-- 4.3 KB
RFD -rw-r--r-- 3.9 KB
SpecialBuilds.txt -rw-r--r-- 11.9 KB
build.sh -rwxr-xr-x 9.7 KB
cheatsheet -rw-r--r-- 103.6 KB
developers.txt -rw-r--r-- 8.5 KB
find_recursionlimit.py -rw-r--r-- 3.4 KB
gdbinit -rw-r--r-- 4.2 KB
indent.pro -rw-r--r-- 66 bytes
pymemcompat.h -rw-r--r-- 3.1 KB
python-config.in -rw-r--r-- 1.4 KB
python-mode.el -rw-r--r-- 143.5 KB
python.man -rw-r--r-- 12.6 KB
setuid-prog.c -rw-r--r-- 5.3 KB
valgrind-python.supp -rw-r--r-- 6.7 KB
vgrindefs -rw-r--r-- 505 bytes

README

back to top