mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +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
|
@ -102,7 +102,7 @@ class Standard_Suite_Events:
|
|||
|
||||
def make(self, _no_object=None, _attributes={}, **_arguments):
|
||||
"""make: make a new element
|
||||
Keyword argument new: the class of the new element‹keyword 'new' is optional in AppleScript
|
||||
Keyword argument new: the class of the new element„keyword 'new' is optional in AppleScript
|
||||
Keyword argument as: the desired types for the data, in order of preference
|
||||
Keyword argument at: the location at which to insert the element
|
||||
Keyword argument with_data: the initial data for the element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue