File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,20 +169,6 @@ The standard tool for deploying standalone Python applications on the Mac is
169169at 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-
186172Other Resources
187173===============
188174
Original file line number Diff line number Diff 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+
911914Tools/Demos
912915-----------
913916
You can’t perform that action at this time.
0 commit comments