[Python-checkins] python/dist/src/Lib/email/test test_email.py,1.5,1.6

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 27 Aug 2002 15:38:52 -0700


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

Modified Files:
	test_email.py 
Log Message:
Whitespace normalization.


Index: test_email.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/test/test_email.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_email.py	20 Aug 2002 14:51:10 -0000	1.5
--- test_email.py	27 Aug 2002 22:38:50 -0000	1.6
***************
*** 1764,1768 ****
      def test_three_lines(self):
          # A bug report by Andrew McNamara
!         lines = ['From: Andrew Person <aperson@dom.ain', 
                   'Subject: Test',
                   'Date: Tue, 20 Aug 2002 16:43:45 +1000']
--- 1764,1768 ----
      def test_three_lines(self):
          # A bug report by Andrew McNamara
!         lines = ['From: Andrew Person <aperson@dom.ain',
                   'Subject: Test',
                   'Date: Tue, 20 Aug 2002 16:43:45 +1000']