diff options
Diffstat (limited to 'Doc/mac/scripting.tex')
-rw-r--r-- | Doc/mac/scripting.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/mac/scripting.tex b/Doc/mac/scripting.tex index 5ef7612..a6d5df7 100644 --- a/Doc/mac/scripting.tex +++ b/Doc/mac/scripting.tex @@ -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 |