summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
commit6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5 (patch)
tree68fa306974cc05de44d5c5c07ba62a739db3aa72 /Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
parentdfebe90c4c04a7a36e4542907118ddce97085868 (diff)
downloadcpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.zip
cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.gz
cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.bz2
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the same macroman characters.
Diffstat (limited to 'Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py')
-rw-r--r--Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py b/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
index e6ca5e3..58d265c 100644
--- a/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
+++ b/Mac/Lib/lib-scriptpackages/StdSuites/AppleScript_Suite.py
@@ -129,7 +129,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def tell(self, _no_object=None, _attributes={}, **_arguments):
- """tell: Record or log a Œtell¹ statement
+ """tell: Record or log a •tellÕ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'ascr'
@@ -148,7 +148,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def end_tell(self, _no_object=None, _attributes={}, **_arguments):
- """end tell: Record or log an Œend tell¹ statement
+ """end tell: Record or log an •end tellÕ statement
Keyword argument _attributes: AppleEvent attribute dictionary
"""
_code = 'ascr'
@@ -229,7 +229,7 @@ class AppleScript_Suite_Events:
}
def Call_a5_subroutine(self, _object=None, _attributes={}, **_arguments):
- """Call€subroutine: A subroutine call
+ """Call‚subroutine: A subroutine call
Required argument: anything
Keyword argument at: a preposition
Keyword argument _from: a preposition
@@ -299,7 +299,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def _ad_(self, _object, _attributes={}, **_arguments):
- """‚: Inequality
+ """­: Inequality
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@@ -488,7 +488,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def _b3_(self, _object, _attributes={}, **_arguments):
- """„: Greater than or equal to
+ """³: Greater than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@@ -530,7 +530,7 @@ class AppleScript_Suite_Events:
return _arguments['----']
def _b2_(self, _object, _attributes={}, **_arguments):
- """¾: Less than or equal to
+ """²: Less than or equal to
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
@@ -820,7 +820,7 @@ class name(aetools.NProperty):
which = 'pnam'
want = 'TEXT'
class parent(aetools.NProperty):
- """parent - its parent, i.e. the script that will handle events that this script doesn¹t """
+ """parent - its parent, i.e. the script that will handle events that this script doesnÕt """
which = 'pare'
want = 'scpt'