[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scripting CodeWarrior_Standard_Suite.py,1.1,1.2

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


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

Modified Files:
	CodeWarrior_Standard_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_Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scripting/CodeWarrior_Standard_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CodeWarrior_Standard_Suite.py	1997/12/18 17:44:57	1.1
--- CodeWarrior_Standard_Suite.py	2001/05/17 12:41:35	1.2
***************
*** 205,209 ****
  	want = 'long'
  class mode(aetools.NProperty):
! 	"""mode - The document¹s open mode"""
  	which = 'Mode'
  	want = 'Mode'
--- 205,209 ----
  	want = 'long'
  class mode(aetools.NProperty):
! 	"""mode - The documentÕs open mode"""
  	which = 'Mode'
  	want = 'Mode'