summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-02-02 08:16:14 (GMT)
committerNed Deily <nad@acm.org>2013-02-02 08:16:14 (GMT)
commitae8d6ac3f4af5207e7cc7ae934ad2ccdd9928a11 (patch)
tree2a8f0bb171f104b5d167d4c21533463b73170cf0 /Doc/using
parent9cd864dcbf178e18d1e8370724218594757fddb0 (diff)
downloadcpython-ae8d6ac3f4af5207e7cc7ae934ad2ccdd9928a11.zip
cpython-ae8d6ac3f4af5207e7cc7ae934ad2ccdd9928a11.tar.gz
cpython-ae8d6ac3f4af5207e7cc7ae934ad2ccdd9928a11.tar.bz2
Issue #15116: Remove references to appscript as it is no longer being
supported.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/mac.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
index 2252cf1..075a359 100644
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -169,20 +169,6 @@ The standard tool for deploying standalone Python applications on the Mac is
at http://undefined.org/python/#py2app.
-Application Scripting
-=====================
-
-Python can also be used to script other Mac applications via Apple's Open
-Scripting Architecture (OSA); see http://appscript.sourceforge.net. Appscript is
-a high-level, user-friendly Apple event bridge that allows you to control
-scriptable Mac OS X applications using ordinary Python scripts. Appscript makes
-Python a serious alternative to Apple's own *AppleScript* language for
-automating your Mac. A related package, *PyOSA*, is an OSA language component
-for the Python scripting language, allowing Python code to be executed by any
-OSA-enabled application (Script Editor, Mail, iTunes, etc.). PyOSA makes Python
-a full peer to AppleScript.
-
-
Other Resources
===============