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

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


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

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/StdSuites/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:14:57	1.1
--- Standard_Suite.py	2001/05/17 12:38:36	1.2
***************
*** 430,434 ****
  		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'
--- 430,434 ----
  		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'
***************
*** 460,464 ****
  	want = 'bool'
  class selection(aetools.NProperty):
! 	"""selection - the selection visible to the user.  Use the Œselect¹ command to set a new selection; use Œcontents of selection¹ to get or change information in the document. """
  	which = 'sele'
  	want = 'csel'
--- 460,464 ----
  	want = 'bool'
  class selection(aetools.NProperty):
! 	"""selection - the selection visible to the user.  Use the •selectÕ command to set a new selection; use •contents of selectionÕ to get or change information in the document. """
  	which = 'sele'
  	want = 'csel'
***************
*** 501,508 ****
  
  class selection_2d_object(aetools.ComponentItem):
! 	"""selection-object - A way to refer to the state of the current of the selection.  Use the Œselect¹ command to make a new selection. """
  	want = 'csel'
  class contents(aetools.NProperty):
! 	"""contents - the information currently selected.  Use Œcontents of selection¹ to get or change information in a document. """
  	which = 'pcnt'
  	want = '****'
--- 501,508 ----
  
  class selection_2d_object(aetools.ComponentItem):
! 	"""selection-object - A way to refer to the state of the current of the selection.  Use the •selectÕ command to make a new selection. """
  	want = 'csel'
  class contents(aetools.NProperty):
! 	"""contents - the information currently selected.  Use •contents of selectionÕ to get or change information in a document. """
  	which = 'pcnt'
  	want = '****'
***************
*** 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