This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Improving MacPython's IAC support
Type: enhancement Stage: test needed
Components: macOS Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: ajaksu2, hhas, jackjansen
Priority: normal Keywords:

Created on 2004-03-14 13:29 by hhas, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg60477 - (view) Author: (hhas) Date: 2004-03-14 13:29
While usable, MacPython's high-level Apple event-based inter-
application communication (IAC) support is not as good as it 
could be. As a first step to overhauling it, I'd like to suggest 
replacing the aepack.py, aetools.py, aetypes.py and 
gensuitemodule.py modules with appscript, a new MacPython-
Apple Event Manager bridge [c/o yrs truly] submitted here for 
your consideration:

http://freespace.virgin.net/hamish.sanderson/appscript.html

(Note: appscript development is ongoing as of 3/14/04. 
Assuming provisional acceptance, some discussion of Things To 
Be Done Before It's Included will be needed; the MacPython SIG 
might be a good place for this.)
msg81875 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-02-13 04:24
IAC is now 'Apple events', the IPC behind AppleScript.
msg82087 - (view) Author: (hhas) Date: 2009-02-14 16:44
As of Python 2.6/3.0, all Mac-specific modules are deprecated/eliminated 
from the standard library and there are no longer any plans to submit 
appscript for possible inclusion. This issue should be rejected and 
closed.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40032
2009-02-14 16:52:52benjamin.petersonsetstatus: open -> closed
resolution: rejected
2009-02-14 16:44:37hhassetmessages: + msg82087
2009-02-13 04:24:23ajaksu2setnosy: + ajaksu2
type: enhancement
messages: + msg81875
stage: test needed
2004-03-14 13:29:36hhascreate