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

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


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

Modified Files:
	Obsolete_terms.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: Obsolete_terms.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Obsolete_terms.py	2000/08/22 20:35:17	1.2
--- Obsolete_terms.py	2001/05/17 12:39:48	1.3
***************
*** 60,64 ****
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by ³Get Info²) """
  	want = 'iwnd'
  class creation_date_obsolete(aetools.NProperty):
--- 60,64 ----
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by –Get Info”) """
  	want = 'iwnd'
  class creation_date_obsolete(aetools.NProperty):
***************
*** 88,92 ****
  
  class sharing_window(aetools.ComponentItem):
! 	"""sharing window - A sharing window (opened by ³SharingŠ²) """
  	want = 'swnd'
  class sharable_container(aetools.NProperty):
--- 88,92 ----
  
  class sharing_window(aetools.ComponentItem):
! 	"""sharing window - A sharing window (opened by –Sharingƒ”) """
  	want = 'swnd'
  class sharable_container(aetools.NProperty):