diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-27 02:55:08 +0000 |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-10-27 02:55:08 +0000 |
| commit | 841e122f0ea1d73ca10a5ee91692d3a6c878af3c (patch) | |
| tree | b54caa0dde78f64dd4d3dcaece2f1eef0af157a7 /Lib/email/test | |
| parent | efee9f5f1d4b404785b91242b62aa7af22de9b47 (diff) | |
| download | cpython-git-841e122f0ea1d73ca10a5ee91692d3a6c878af3c.tar.gz | |
Get test_email to pass. There is a problem reading the data file and
making it unicode with the default encoding. I'm not sure if this is
a problem in and of itself. However, the test seems to be testing
something different, so at least get that working. Need to revisit
the unicode problem.
Diffstat (limited to 'Lib/email/test')
| -rw-r--r-- | Lib/email/test/data/msg_15.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/test/data/msg_15.txt b/Lib/email/test/data/msg_15.txt index 33b8487aaf..0025624e75 100644 --- a/Lib/email/test/data/msg_15.txt +++ b/Lib/email/test/data/msg_15.txt @@ -9,7 +9,7 @@ Mime-version: 1.0 Content-type: multipart/mixed; boundary="MS_Mac_OE_3071477847_720252_MIME_Part" -> Denne meddelelse er i MIME-format. Da dit postlūsningsprogram ikke forstr dette format, kan del af eller hele meddelelsen vūre ulūselig. +> Denne meddelelse er i MIME-format. Da dit postl --MS_Mac_OE_3071477847_720252_MIME_Part Content-type: multipart/alternative; |
