mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Merge heads
This commit is contained in:
commit
c6d44a399b
2 changed files with 3 additions and 14 deletions
|
@ -169,20 +169,6 @@ The standard tool for deploying standalone Python applications on the Mac is
|
||||||
at http://undefined.org/python/#py2app.
|
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
|
Other Resources
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
|
@ -908,6 +908,9 @@ Documentation
|
||||||
- Issue #11964: Document a change in v3.2 to the behavior of the indent
|
- Issue #11964: Document a change in v3.2 to the behavior of the indent
|
||||||
parameter of json encoding operations.
|
parameter of json encoding operations.
|
||||||
|
|
||||||
|
- Issue #15116: Remove references to appscript as it is no longer being
|
||||||
|
supported.
|
||||||
|
|
||||||
Tools/Demos
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue