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

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


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

Modified Files:
	AppleScript_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: AppleScript_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scripting/AppleScript_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** AppleScript_Suite.py	1997/12/18 17:44:45	1.1
--- AppleScript_Suite.py	2001/05/17 12:41:42	1.2
***************
*** 276,280 ****
  
  	def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments):
! 		"""Call€subroutine: A subroutine call
  		Required argument: anything
  		Keyword argument at: a preposition
--- 276,280 ----
  
  	def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments):
! 		"""Call‚subroutine: A subroutine call
  		Required argument: anything
  		Keyword argument at: a preposition
***************
*** 348,352 ****
  
  	def _ad_(self, _object, _attributes={}, **_arguments):
! 		"""‚: Inequality
  		Required argument: an AE object reference
  		Keyword argument _attributes: AppleEvent attribute dictionary
--- 348,352 ----
  
  	def _ad_(self, _object, _attributes={}, **_arguments):
! 		"""­: Inequality
  		Required argument: an AE object reference
  		Keyword argument _attributes: AppleEvent attribute dictionary
***************
*** 537,541 ****
  
  	def _b3_(self, _object, _attributes={}, **_arguments):
! 		"""„: Greater than or equal to
  		Required argument: an AE object reference
  		Keyword argument _attributes: AppleEvent attribute dictionary
--- 537,541 ----
  
  	def _b3_(self, _object, _attributes={}, **_arguments):
! 		"""³: Greater than or equal to
  		Required argument: an AE object reference
  		Keyword argument _attributes: AppleEvent attribute dictionary
***************
*** 579,583 ****
  
  	def _b2_(self, _object, _attributes={}, **_arguments):
! 		"""¾: Less than or equal to
  		Required argument: an AE object reference
  		Keyword argument _attributes: AppleEvent attribute dictionary
--- 579,583 ----
  
  	def _b2_(self, _object, _attributes={}, **_arguments):
! 		"""²: Less than or equal to
  		Required argument: an AE object reference
  		Keyword argument _attributes: AppleEvent attribute dictionary