mirror of
https://github.com/python/cpython.git
synced 2025-11-03 15:11:34 +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
|
|
@ -29,7 +29,7 @@ from the target before going on to the next event
|
|||
|
||||
Object is a appleevent object specifier and is of the form
|
||||
|
||||
PythonScript.PsClass.Class1(arg).Class2(arg)Š.Property()
|
||||
PythonScript.PsClass.Class1(arg).Class2(arg)ƒ.Property()
|
||||
|
||||
All applescript event, class and property names are capitalised to
|
||||
distinguish them from python methods.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue