summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-02 10:37:36 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-02 10:37:36 +0200
commit5a9c1a753f615bfcbccc99ed401f0ac922b07097 (patch)
treed5c1e6b7631bcafa21b79d384d08f11b1eb12faa
parentd52023968afd0124b0812a4c8d5b194b19c6e979 (diff)
parentae8d6ac3f4af5207e7cc7ae934ad2ccdd9928a11 (diff)
downloadcpython-git-5a9c1a753f615bfcbccc99ed401f0ac922b07097.tar.gz
Merge heads
-rw-r--r--Doc/using/mac.rst14
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 14 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
index 2252cf1551..075a359d16 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
===============
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f2f59a5e7..9e8e39750e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1040,6 +1040,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.
+
Tools/Demos
-----------