[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites AppleScript_Suite.py,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
2001年5月17日 05:38:46 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites
In directory usw-pr-cvs1:/tmp/cvs-serv26778/Python/Mac/Lib/lib-scriptpackages/StdSuites
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-scriptpackages/StdSuites/AppleScript_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** AppleScript_Suite.py 2000年08月17日 22:14:56 1.1
--- AppleScript_Suite.py 2001年05月17日 12:38:44 1.2
***************
*** 130,134 ****
def tell(self, _no_object=None, _attributes={}, **_arguments):
! """tell: Record or log a 荊ellケ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
--- 130,134 ----
def tell(self, _no_object=None, _attributes={}, **_arguments):
! """tell: Record or log a 付ellユ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
***************
*** 149,153 ****
def end_tell(self, _no_object=None, _attributes={}, **_arguments):
! """end tell: Record or log an 憩nd tellケ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
--- 149,153 ----
def end_tell(self, _no_object=None, _attributes={}, **_arguments):
! """end tell: Record or log an 鋲nd tellユ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
***************
*** 230,234 ****
def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments):
! """Call?subroutine: A subroutine call
Required argument: anything
Keyword argument at: a preposition
--- 230,234 ----
def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments):
! """CallTubroutine: A subroutine call
Required argument: anything
Keyword argument at: a preposition
***************
*** 300,304 ****
def _ad_(self, _object, _attributes={}, **_arguments):
! """?: Inequality
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
--- 300,304 ----
def _ad_(self, _object, _attributes={}, **_arguments):
! """ュ: Inequality
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
***************
*** 489,493 ****
def _b3_(self, _object, _attributes={}, **_arguments):
! """?: Greater than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
--- 489,493 ----
def _b3_(self, _object, _attributes={}, **_arguments):
! """ウ: Greater than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
***************
*** 531,535 ****
def _b2_(self, _object, _attributes={}, **_arguments):
! """セ: Less than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
--- 531,535 ----
def _b2_(self, _object, _attributes={}, **_arguments):
! """イ: Less than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
***************
*** 821,825 ****
want = 'TEXT'
class parent(aetools.NProperty):
! """parent - its parent, i.e. the script that will handle events that this script doesnケt """
which = 'pare'
want = 'scpt'
--- 821,825 ----
want = 'TEXT'
class parent(aetools.NProperty):
! """parent - its parent, i.e. the script that will handle events that this script doesnユt """
which = 'pare'
want = 'scpt'