mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Fix for issue 81275: don't say that the MacPython OSA modules will get new development
in python 2.5 (!), but point users to the py-appscript project instead.
This commit is contained in:
parent
64fb940521
commit
cd22a58f5e
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ This chapter describes the current implementation of the Open Scripting
|
||||||
Architecture (OSA, also commonly referred to as AppleScript) for Python,
|
Architecture (OSA, also commonly referred to as AppleScript) for Python,
|
||||||
allowing you to control scriptable applications from your Python program,
|
allowing you to control scriptable applications from your Python program,
|
||||||
and with a fairly pythonic interface. Development on this set of modules has
|
and with a fairly pythonic interface. Development on this set of modules has
|
||||||
stopped, and a replacement is expected for Python 2.5.
|
stopped. For more up-to-date implementation of AppleScript support for Python,
|
||||||
|
see the third-party py-appscript project: <http://pypi.python.org/pypi/appscript/>.
|
||||||
|
|
||||||
For a description of the various components of AppleScript and OSA, and to get
|
For a description of the various components of AppleScript and OSA, and to get
|
||||||
an understanding of the architecture and terminology, you should read Apple's
|
an understanding of the architecture and terminology, you should read Apple's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue