[Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.58,1.59

Fred L. Drake fdrake@users.sourceforge.net
Fri, 28 Sep 2001 13:16:32 -0700


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

Modified Files:
	regrtest.py 
Log Message:
Remove an infelicitous space.

Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** regrtest.py	2001/09/28 20:14:46	1.58
--- regrtest.py	2001/09/28 20:16:30	1.59
***************
*** 287,291 ****
          cfp = None
      else:
!         cfp =  StringIO.StringIO()
      try:
          save_stdout = sys.stdout
--- 287,291 ----
          cfp = None
      else:
!         cfp = StringIO.StringIO()
      try:
          save_stdout = sys.stdout