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 forst�r 
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;
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to