Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dfacb7

Browse files
committed
Issue #15116: merge from 3.3
2 parents c1eb48a + c2aadc2 commit 0dfacb7

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

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
@@ -908,6 +908,9 @@ Documentation
908908
- Issue #11964: Document a change in v3.2 to the behavior of the indent
909909
parameter of json encoding operations.
910910

911+
- Issue #15116: Remove references to appscript as it is no longer being
912+
supported.
913+
911914
Tools/Demos
912915
-----------
913916

0 commit comments

Comments
 (0)