[Python-checkins] python/dist/src/Lib tarfile.py,1.5,1.6

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 07 Mar 2003 07:36:47 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv13161/python/Lib

Modified Files:
	tarfile.py 
Log Message:
Somebody must not have run the test before checking this in -- it had
a fatal tab/space inconsistency under -tt.


Index: tarfile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/tarfile.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tarfile.py	7 Mar 2003 13:37:32 -0000	1.5
--- tarfile.py	7 Mar 2003 15:36:41 -0000	1.6
***************
*** 1531,1535 ****
          """
          if not hasattr(os, 'utime'):
! 	    return
          if sys.platform == "win32" and tarinfo.isdir():
              # According to msdn.microsoft.com, it is an error (EACCES)
--- 1531,1535 ----
          """
          if not hasattr(os, 'utime'):
!             return
          if sys.platform == "win32" and tarinfo.isdir():
              # According to msdn.microsoft.com, it is an error (EACCES)