[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/Finder Files_and_suitcases.py,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:40:30 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder
In directory usw-pr-cvs1:/tmp/cvs-serv27483/Python/Mac/Lib/lib-scriptpackages/Finder

Modified Files:
	Files_and_suitcases.py 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

Index: Files_and_suitcases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Files_and_suitcases.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Files_and_suitcases.py	2000/08/22 20:35:16	1.2
--- Files_and_suitcases.py	2001/05/17 12:40:28	1.3
***************
*** 40,48 ****
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the ³Get Info² window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the ³Get Info² window) """
  	which = 'vers'
  	want = 'itxt'
--- 40,48 ----
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the –Get Info” window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the –Get Info” window) """
  	which = 'vers'
  	want = 'itxt'
***************
*** 51,55 ****
  
  class alias_file(aetools.ComponentItem):
! 	"""alias file - An alias file (created with ³Make Alias²) """
  	want = 'alia'
  class original_item(aetools.NProperty):
--- 51,55 ----
  
  class alias_file(aetools.ComponentItem):
! 	"""alias file - An alias file (created with –Make Alias”) """
  	want = 'alia'
  class original_item(aetools.NProperty):