[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior CodeWarrior_suite.py,1.1,1.2

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


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

Modified Files:
	CodeWarrior_suite.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: CodeWarrior_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CodeWarrior_suite.py	2000/08/17 22:16:10	1.1
--- CodeWarrior_suite.py	2001/05/17 12:40:59	1.2
***************
*** 397,401 ****
  	want = 'bool'
  class link_index(aetools.NProperty):
! 	"""link index - the index of the source file in its target¹s link order (-1 if source file is not in link order) """
  	which = 'LIDX'
  	want = 'long'
--- 397,401 ----
  	want = 'bool'
  class link_index(aetools.NProperty):
! 	"""link index - the index of the source file in its targetÕs link order (-1 if source file is not in link order) """
  	which = 'LIDX'
  	want = 'long'
***************
*** 425,429 ****
  	want = 'bool'
  class init_before(aetools.NProperty):
! 	"""init before - is the Œinitialize before¹ flag set for this shared library? """
  	which = 'INIT'
  	want = 'bool'
--- 425,429 ----
  	want = 'bool'
  class init_before(aetools.NProperty):
! 	"""init before - is the •initialize beforeÕ flag set for this shared library? """
  	which = 'INIT'
  	want = 'bool'