File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,16 @@ <H2>Creating the Python interface module</H2>
9494< code > _signature</ code > which is the default application this class will talk
9595to (you can override this in various when you instantiate your class, see
9696< code > aetools.py</ code > for details).
97- < p >
97+ < p >
98+ < blockquote >
99+ Let us do another sidebar. Since MacPython 2.0 this new structure, with packages
100+ per application and submodules per suite, is used. Older MacPythons had a
101+ single level of modules, with uncertain semantics. With the new structure
102+ it is possible for programs to override standard suites, as programs often do.
103+ It is a good idea to convert your own old programs to the new scheme, but if you
104+ really want the old standard suites are still available in
105+ < code > :Mac:Lib:lib-scripting</ code > .
106+ </ blockquote >
98107
99108The < a href ="applescript/Disk_Copy/Special_Events.py "> Special_Events</ a >
100109module is a nice example of a suite module.
You can’t perform that action at this time.
0 commit comments