diff options
| author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 +0000 | 
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 +0000 | 
| commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
| tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/mac/libmacconsole.tex | |
| parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
| download | cpython-git-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz | |
Added \platform annotations.
Diffstat (limited to 'Doc/mac/libmacconsole.tex')
| -rw-r--r-- | Doc/mac/libmacconsole.tex | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/mac/libmacconsole.tex b/Doc/mac/libmacconsole.tex index 281ea89560..6215d89926 100644 --- a/Doc/mac/libmacconsole.tex +++ b/Doc/mac/libmacconsole.tex @@ -1,13 +1,13 @@  \section{\module{macconsole} --- -         Think C's console package.} -\declaremodule{builtin}{macconsole} +         Think C's console package} +\declaremodule{builtin}{macconsole} +  \platform{Mac}  \modulesynopsis{Think C's console package.} -  This module is available on the Macintosh, provided Python has been -built using the Think \C{} compiler. It provides an interface to the +built using the Think C compiler. It provides an interface to the  Think console package, with which basic text windows can be created.  \begin{datadesc}{options}  | 
