[Python-checkins] python/dist/src/Lib/test test_tempfile.py,1.2,1.3

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 09 Aug 2002 11:01:03 -0700


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

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


Index: test_tempfile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_tempfile.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_tempfile.py	9 Aug 2002 16:14:33 -0000	1.2
--- test_tempfile.py	9 Aug 2002 18:01:01 -0000	1.3
***************
*** 269,273 ****
              self._close(self.fd)
              self._unlink(self.name)
!             
      def do_create(self, dir=None, pre="", suf="", bin=1):
          if dir is None:
--- 269,273 ----
              self._close(self.fd)
              self._unlink(self.name)
! 
      def do_create(self, dir=None, pre="", suf="", bin=1):
          if dir is None:
***************
*** 486,490 ****
          os.rmdir(self.do_create(pre="a", suf="b"))
          os.rmdir(self.do_create(pre="aa", suf=".txt"))
!         
      def test_basic_many(self):
          """mkdtemp can create many directories (stochastic)"""
--- 486,490 ----
          os.rmdir(self.do_create(pre="a", suf="b"))
          os.rmdir(self.do_create(pre="aa", suf=".txt"))
! 
      def test_basic_many(self):
          """mkdtemp can create many directories (stochastic)"""