mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
9. Applies patch #1095802. Thanks Jack Jansen.
This commit is contained in:
parent
22c0706a58
commit
7706c2da14
17 changed files with 191 additions and 622 deletions
|
|
@ -1,9 +1,10 @@
|
|||
\chapter{MacPython OSA Modules \label{scripting}}
|
||||
|
||||
Python has a fairly complete implementation of the Open Scripting
|
||||
Architecture (OSA, also commonly referred to as AppleScript), allowing
|
||||
This chapter describes the current implementation of the Open Scripting
|
||||
Architecure (OSA, also commonly referred to as AppleScript) for Python, allowing
|
||||
you to control scriptable applications from your Python program,
|
||||
and with a fairly pythonic interface.
|
||||
and with a fairly pythonic interface. Development on this set of modules
|
||||
has stopped, and a replacement is expected for Python 2.5.
|
||||
|
||||
For a description of the various components of AppleScript and OSA, and
|
||||
to get an understanding of the architecture and terminology, you should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue