[Python-checkins] python/dist/src/Lib/plat-mac macfs.py,1.1,1.1.2.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 07 Jan 2003 15:25:17 -0800


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

Modified Files:
      Tag: r23a1-branch
	macfs.py 
Log Message:
Removed the SetDates warning. The warning is in the readme, and the print statement was too obtrusive (it appeared during the installation process, and the user needed to close the resulting window manually).

Index: macfs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/macfs.py,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** macfs.py	30 Dec 2002 22:04:20 -0000	1.1
--- macfs.py	7 Jan 2003 23:25:14 -0000	1.1.2.1
***************
*** 58,62 ****
  	
  	def SetDates(self, *dates):
! 		print "FSSpec.SetDates no longer implemented"
  	
  class FSRef(Carbon.File.FSRef):
--- 58,62 ----
  	
  	def SetDates(self, *dates):
! 		pass # print "FSSpec.SetDates not yet implemented"
  	
  class FSRef(Carbon.File.FSRef):
***************
*** 70,74 ****
  		
  	def Update(self, *args):
! 		print "Alias.Update not yet implemented"
  		
  	def Resolve(self, src=None):
--- 70,74 ----
  		
  	def Update(self, *args):
! 		pass # print "Alias.Update not yet implemented"
  		
  	def Resolve(self, src=None):