diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-14 04:55:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-14 04:55:15 (GMT) |
commit | 26fbd8b69211fb4a8631c839f6bda0b5cdf04917 (patch) | |
tree | b352882c761dfbebe8eaac3f8bab9dc5af5a5edb /Doc | |
parent | 658865c370bbf8bb3081cc0489fc2ed818dab92a (diff) | |
download | cpython-26fbd8b69211fb4a8631c839f6bda0b5cdf04917.zip cpython-26fbd8b69211fb4a8631c839f6bda0b5cdf04917.tar.gz cpython-26fbd8b69211fb4a8631c839f6bda0b5cdf04917.tar.bz2 |
Chris Barker <cbarker@jps.net>:
Small clarification, remove the assertion that the module is temporary.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/mac/libminiae.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/mac/libminiae.tex b/Doc/mac/libminiae.tex index 4ea2a41..9d815f0 100644 --- a/Doc/mac/libminiae.tex +++ b/Doc/mac/libminiae.tex @@ -12,11 +12,9 @@ that can function as an Open Scripting Architecture \index{Open Scripting Architecture} (OSA) server, i.e. receive and process AppleEvents\index{AppleEvents}. It can be used in conjunction with -\refmodule{FrameWork}\refstmodindex{FrameWork} or standalone. +\refmodule{FrameWork}\refstmodindex{FrameWork} or standalone. As an +example, it is used in \program{PythonCGISlave}. -This module is temporary, it will eventually be replaced by a module -that handles argument names better and possibly automates making your -application scriptable. The \module{MiniAEFrame} module defines the following classes: |