[Python-3000-checkins] r58683 - python/branches/py3k/Lib/email/test/data/msg_15.txt
neal.norwitz
python-3000-checkins at python.org
Sat Oct 27 04:55:08 CEST 2007
Author: neal.norwitz
Date: Sat Oct 27 04:55:08 2007
New Revision: 58683
Modified:
python/branches/py3k/Lib/email/test/data/msg_15.txt
Log:
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.
Modified: python/branches/py3k/Lib/email/test/data/msg_15.txt
==============================================================================
--- python/branches/py3k/Lib/email/test/data/msg_15.txt (original)
+++ python/branches/py3k/Lib/email/test/data/msg_15.txt Sat Oct 27 04:55:08 2007
@@ -9,7 +9,7 @@
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;
More information about the Python-3000-checkins
mailing list