]> granicus.if.org Git - python/commitdiff
Issue #15116: Remove references to appscript as it is no longer being
authorNed Deily <nad@acm.org>
Sat, 2 Feb 2013 08:14:44 +0000 (00:14 -0800)
committerNed Deily <nad@acm.org>
Sat, 2 Feb 2013 08:14:44 +0000 (00:14 -0800)
supported.

Doc/library/macosa.rst
Doc/using/mac.rst
Misc/NEWS

index 54e62f2f55e99565df58eb09a3948514d4b94e15..f6b3b48e59a0a2492cd4212d586069879fadbb09 100644 (file)
@@ -9,8 +9,7 @@ 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. For more up-to-date implementation of AppleScript support for Python,
-see the third-party py-appscript project: <http://pypi.python.org/pypi/appscript/>.
+stopped.
 
 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
index c5f7f2dcba28ddbf429c51beeb7a0c8d934ac2a7..7dcc1b23f9c5d045a75f23b18d928e702d0b4133 100644 (file)
@@ -177,20 +177,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
 ===============
 
index fb68ddebb2892f3c024b84dc3df97183513c6b2b..ed282dfd8464b9531abef479ecece209a9b1db4c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -866,6 +866,9 @@ Documentation
 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
   contributed by Chris Jerdonek.
 
+- Issue #15116: Remove references to appscript as it is no longer being
+  supported.
+
 
 What's New in Python 2.7.3 release candidate 2?
 ===============================================