summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-09-28 15:46:28 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-09-28 15:46:28 (GMT)
commitcd22a58f5edfd10f2c357cfd68579d7df6977f60 (patch)
treecfb94586f62edf4bbfd39bfd7bda4388d78faa7d
parent64fb940521cad32a0aaf236492a13e35b8366cbf (diff)
downloadcpython-cd22a58f5edfd10f2c357cfd68579d7df6977f60.zip
cpython-cd22a58f5edfd10f2c357cfd68579d7df6977f60.tar.gz
cpython-cd22a58f5edfd10f2c357cfd68579d7df6977f60.tar.bz2
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.
-rw-r--r--Doc/library/macosa.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/macosa.rst b/Doc/library/macosa.rst
index 250a923..54e62f2 100644
--- a/Doc/library/macosa.rst
+++ b/Doc/library/macosa.rst
@@ -9,7 +9,8 @@ This chapter describes the current implementation of the Open Scripting
Architecture (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. 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
an understanding of the architecture and terminology, you should read Apple's