summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-02-02 08:20:50 (GMT)
committerNed Deily <nad@acm.org>2013-02-02 08:20:50 (GMT)
commit0dfacb77426a4843f454ff90867ef2057e0871de (patch)
treeed571dc1a3e6cdad743588008d469a1ccfdd1e8d
parentc1eb48a8fd6b1730e02e383988208469900ce363 (diff)
parentc2aadc267ae6f1ab17cecf4c89318e5feab6a111 (diff)
downloadcpython-0dfacb77426a4843f454ff90867ef2057e0871de.zip
cpython-0dfacb77426a4843f454ff90867ef2057e0871de.tar.gz
cpython-0dfacb77426a4843f454ff90867ef2057e0871de.tar.bz2
Issue #15116: merge from 3.3
-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 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
===============
diff --git a/Misc/NEWS b/Misc/NEWS
index ba645e8..c186b6b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -908,6 +908,9 @@ Documentation
- Issue #11964: Document a change in v3.2 to the behavior of the indent
parameter of json encoding operations.
+- Issue #15116: Remove references to appscript as it is no longer being
+ supported.
+
Tools/Demos
-----------