diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/mac/libmacos.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/mac/libmacos.tex')
-rw-r--r-- | Doc/mac/libmacos.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex index 8f21981..d3287f4 100644 --- a/Doc/mac/libmacos.tex +++ b/Doc/mac/libmacos.tex @@ -1,11 +1,11 @@ \section{\module{MacOS} --- - Access to MacOS specific interpreter features.} -\declaremodule{builtin}{MacOS} + Access to MacOS interpreter features} +\declaremodule{builtin}{MacOS} + \platform{Mac} \modulesynopsis{Access to MacOS specific interpreter features.} - This module provides access to MacOS specific functionality in the Python interpreter, such as how the interpreter eventloop functions and the like. Use with care. |