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

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


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

Modified Files:
	Type_Definitions.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: Type_Definitions.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Type_Definitions.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Type_Definitions.py	2000/08/22 20:35:17	1.2
--- Type_Definitions.py	2001/05/17 12:39:44	1.3
***************
*** 164,168 ****
  
  class alias_list(aetools.ComponentItem):
! 	"""alias list - A list of aliases.  Use Œas alias listš when a list of aliases is needed (instead of a list of file system item references). """
  	want = 'alst'
  preferences._propdict = {
--- 164,168 ----
  
  class alias_list(aetools.ComponentItem):
! 	"""alias list - A list of aliases.  Use •as alias listÕ when a list of aliases is needed (instead of a list of file system item references). """
  	want = 'alst'
  preferences._propdict = {