[Python-checkins] cpython (2.7): Issue #15116: Remove references to appscript as it is no longer being

ned.deily python-checkins at python.org
Sat Feb 2 09:21:20 CET 2013


http://hg.python.org/cpython/rev/7ca742d808b2
changeset:   81905:7ca742d808b2
branch:      2.7
parent:      81901:2274f3196a44
user:        Ned Deily <nad at acm.org>
date:        Sat Feb 02 00:14:44 2013 -0800
summary:
  Issue #15116: Remove references to appscript as it is no longer being
supported.

files:
  Doc/library/macosa.rst |   3 +--
  Doc/using/mac.rst      |  14 --------------
  Misc/NEWS              |   3 +++
  3 files changed, 4 insertions(+), 16 deletions(-)


diff --git a/Doc/library/macosa.rst b/Doc/library/macosa.rst
--- a/Doc/library/macosa.rst
+++ b/Doc/library/macosa.rst
@@ -9,8 +9,7 @@
 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
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -177,20 +177,6 @@
 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
 ===============
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -866,6 +866,9 @@
 - 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?
 ===============================================

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list