File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed 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 @@ -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+
10431046Tools/Demos
10441047-----------
10451048
You can’t perform that action at this time.
0 commit comments