[Python-checkins] python/dist/src/Lib/test test_email.py,1.30,1.31

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 03:52:48 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv32010

Modified Files:
	test_email.py 
Log Message:
There was a non-ascii character in the source. Replaced by a hex escape.

Index: test_email.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_email.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** test_email.py	16 Apr 2002 05:06:42 -0000	1.30
--- test_email.py	23 Apr 2002 10:52:44 -0000	1.31
***************
*** 1458,1462 ****
          eq(he('hello\nworld', keep_eols=1), '=?iso-8859-1?q?hello=0Aworld?=')
          # Test a non-ASCII character
!         eq(he('helloÇthere'), '=?iso-8859-1?q?hello=C7there?=')
          # Test the maxlinelen argument
          eq(he('xxxx ' * 20, maxlinelen=40), """\
--- 1458,1462 ----
          eq(he('hello\nworld', keep_eols=1), '=?iso-8859-1?q?hello=0Aworld?=')
          # Test a non-ASCII character
!         eq(he('hello\xc7there'), '=?iso-8859-1?q?hello=C7there?=')
          # Test the maxlinelen argument
          eq(he('xxxx ' * 20, maxlinelen=40), """\