]> 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:16:14 +0000 (00:16 -0800)
committerNed Deily <nad@acm.org>
Sat, 2 Feb 2013 08:16:14 +0000 (00:16 -0800)
supported.

Doc/using/mac.rst
Misc/NEWS

index 2252cf155170780718190e32915d401814627d66..075a359d16cebc9e05d0a3e790665bba59c02ec2 100644 (file)
@@ -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
 ===============
 
index 9f2f59a5e74f3ef67532fad5d717ac91b69dd2ad..9e8e39750ea01c8b4a8d6cdce9785923b22b3d70 100644 (file)
--- 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
 -----------