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: gensuitemodule overhaul
Type: enhancement Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2003-03-04 10:42 by jackjansen, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Messages (2)
msg14928 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-03-04 10:42
Gensuitemodule needs an overhaul, if possible before 2.3.

Things that need to be done:
- Use more MacOSX-compatible ways to get at the AETE. Donovan Preston posted a note on how to use the ascr/gdte call. There's also some interesting-looking calls in the OpenScripting framework.
- Distinguish between running while building a distribution (things go into Lib/plat-mac/lib-scriptpackages) and running as a user (things should go into site-packages).
- Allow for non-interactive use. Main problem is that some suites need a name-mapping, and there's undefined enums to be catered for.
msg14929 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-04-09 13:47
Logged In: YES 
user_id=45365

All done. Only documentation is still needed, but this is a separate bug report already.
History
Date User Action Args
2022-04-10 16:07:19adminsetgithub: 38092
2003-03-04 10:42:51jackjansencreate