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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 08 Jan 2003 08:32:32 -0800


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

Modified Files:
	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.2
diff -C2 -d -r1.1 -r1.2
*** macfs.py	30 Dec 2002 22:04:20 -0000	1.1
--- macfs.py	8 Jan 2003 16:32:29 -0000	1.2
***************
*** 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):