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

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


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

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-scripting/Standard_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Standard_Suite.py	1997/12/18 17:46:16	1.1
--- Standard_Suite.py	2001/05/17 12:41:14	1.2
***************
*** 22,26 ****
  		Keyword argument _in: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: a record containing the object¹s properties and elements
  		"""
  		_code = 'core'
--- 22,26 ----
  		Keyword argument _in: the human language and script system in which to return information
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: a record containing the objectÕs properties and elements
  		"""
  		_code = 'core'
***************
*** 616,624 ****
  	"""> - Greater than"""
  class _b3_(aetools.NComparison):
! 	"""„ - Greater than or equal to"""
  class _3c_(aetools.NComparison):
  	"""< - Less than"""
  class _b2_(aetools.NComparison):
! 	"""¾ - Less than or equal to"""
  _Enum_savo = {
  	'yes' : 'yes ',	# Save objects now
--- 616,624 ----
  	"""> - Greater than"""
  class _b3_(aetools.NComparison):
! 	"""³ - Greater than or equal to"""
  class _3c_(aetools.NComparison):
  	"""< - Less than"""
  class _b2_(aetools.NComparison):
! 	"""² - Less than or equal to"""
  _Enum_savo = {
  	'yes' : 'yes ',	# Save objects now