cpython/Lib/email/test/data
R. David Murray 57c45ac5e5 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:39:40 +00:00
..
PyBanner048.gif Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
audiotest.au Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_01.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_02.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_03.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_04.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_05.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_06.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_07.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_08.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_09.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_10.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_11.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_12.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_12a.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_13.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_14.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_15.txt Get test_email to pass. There is a problem reading the data file and 2007-10-27 02:55:08 +00:00
msg_16.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_17.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_18.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_19.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_20.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_21.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_22.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_23.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_24.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_25.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_26.txt Merged revisions 64260 via svnmerge from 2008-06-14 00:49:05 +00:00
msg_27.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_28.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_29.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_30.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_31.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_32.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_33.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_34.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_35.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_36.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_37.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_38.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_39.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_40.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_41.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_42.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_43.txt Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
msg_44.txt Merged revisions 75301 via svnmerge from 2009-10-10 00:13:32 +00:00
msg_45.txt Merged revisions 77517,77525 via svnmerge from 2010-01-16 18:30:03 +00:00
msg_46.txt Merged revisions 78274 via svnmerge from 2010-02-21 04:39:40 +00:00