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

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


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

Modified Files:
	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: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/Standard_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Standard_Suite.py	2000/08/17 22:16:11	1.1
--- Standard_Suite.py	2001/05/17 12:40:44	1.2
***************
*** 103,107 ****
  	def make(self, _no_object=None, _attributes={}, **_arguments):
  		"""make: make a new element
! 		Keyword argument new: the class of the new element‹keyword 'new' is optional in AppleScript
  		Keyword argument as: the desired types for the data, in order of preference
  		Keyword argument at: the location at which to insert the element
--- 103,107 ----
  	def make(self, _no_object=None, _attributes={}, **_arguments):
  		"""make: make a new element
! 		Keyword argument new: the class of the new element„keyword 'new' is optional in AppleScript
  		Keyword argument as: the desired types for the data, in order of preference
  		Keyword argument at: the location at which to insert the element