Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
07fbf60c
Commit
07fbf60c
authored
Feb 02, 2013
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Plain Diff
Merge heads
parents
8673ab97
7045f057
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
16 deletions
+4
-16
Doc/library/macosa.rst
Doc/library/macosa.rst
+1
-2
Doc/using/mac.rst
Doc/using/mac.rst
+0
-14
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/macosa.rst
View file @
07fbf60c
...
...
@@ -9,8 +9,7 @@ This chapter describes the current implementation of the Open Scripting
Architecture (OSA, also commonly referred to as AppleScript) for Python,
allowing you to control scriptable applications from your Python program,
and with a fairly pythonic interface. Development on this set of modules has
stopped. For more up-to-date implementation of AppleScript support for Python,
see the third-party py-appscript project: <http://pypi.python.org/pypi/appscript/>.
stopped.
For a description of the various components of AppleScript and OSA, and to get
an understanding of the architecture and terminology, you should read Apple's
...
...
Doc/using/mac.rst
View file @
07fbf60c
...
...
@@ -177,20 +177,6 @@ The standard tool for deploying standalone Python applications on the Mac is
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
===============
...
...
Misc/NEWS
View file @
07fbf60c
...
...
@@ -868,6 +868,9 @@ Documentation
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
contributed by Chris Jerdonek.
- Issue #15116: Remove references to appscript as it is no longer being
supported.
What'
s
New
in
Python
2.7.3
release
candidate
2
?
===============================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment