mirror of
https://github.com/python/cpython.git
synced 2025-09-12 03:37:09 +00:00
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the same macroman characters.
This commit is contained in:
parent
dfebe90c4c
commit
6f84ed5afc
48 changed files with 234 additions and 232 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue