[Python-checkins] CVS: python/dist/src/Lib/test test_StringIO.py,1.11,1.12

Tim Peters tim_one@users.sourceforge.net
Fri, 15 Feb 2002 23:34:22 -0800


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

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


Index: test_StringIO.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_StringIO.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** test_StringIO.py	6 Jan 2002 17:15:05 -0000	1.11
--- test_StringIO.py	16 Feb 2002 07:34:19 -0000	1.12
***************
*** 77,81 ****
          # snippets to larger Unicode strings. This is tested by this
          # method. Note that cStringIO does not support this extension.
!         
          f = self.MODULE.StringIO()
          f.write(self._line[:6])
--- 77,81 ----
          # snippets to larger Unicode strings. This is tested by this
          # method. Note that cStringIO does not support this extension.
! 
          f = self.MODULE.StringIO()
          f.write(self._line[:6])