commit | bef9d21d14722bc43fa2161ae55088d152d42ff8 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Aug 31 10:55:37 2007 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Aug 31 10:55:37 2007 +0000 |
tree | 5537c4d371e72ae4aba0590bb6f8d1c76d4df48c | |
parent | 7f13e6b3e2546a7d6402f969113d928cc1d58dfc [diff] |
Make test_email.py completely pass. This is cheating though because the two line splitting examples don't split things the way they used to -- or should. In these cases, change the test case and add an XXX. The final failure was in Charset.body_encode() with euc-jp charset. These return the original string unencoded, which isn't right. XXX and comment this out for now; we'll fix it after a1.