Skip to content

Commit ae8d6ac

Browse files
committed
Issue python#15116: Remove references to appscript as it is no longer being
supported.
1 parent 9cd864d commit ae8d6ac

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

Doc/using/mac.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -169,20 +169,6 @@ The standard tool for deploying standalone Python applications on the Mac is
169169
at http://undefined.org/python/#py2app.
170170

171171

172-
Application Scripting
173-
=====================
174-
175-
Python can also be used to script other Mac applications via Apple's Open
176-
Scripting Architecture (OSA); see http://appscript.sourceforge.net. Appscript is
177-
a high-level, user-friendly Apple event bridge that allows you to control
178-
scriptable Mac OS X applications using ordinary Python scripts. Appscript makes
179-
Python a serious alternative to Apple's own *AppleScript* language for
180-
automating your Mac. A related package, *PyOSA*, is an OSA language component
181-
for the Python scripting language, allowing Python code to be executed by any
182-
OSA-enabled application (Script Editor, Mail, iTunes, etc.). PyOSA makes Python
183-
a full peer to AppleScript.
184-
185-
186172
Other Resources
187173
===============
188174

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,9 @@ Documentation
10401040
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
10411041
contributed by Chris Jerdonek.
10421042

1043+
- Issue #15116: Remove references to appscript as it is no longer being
1044+
supported.
1045+
10431046
Tools/Demos
10441047
-----------
10451048

0 commit comments

Comments
 (0)