From cb60dae6a1a7841138421866ea15870f6297cf8b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 3 Aug 2001 13:19:56 +0000 Subject: Documented the runtimemodel attribute. --- Doc/mac/libmacos.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex index 60e7f9b..5a2caf2 100644 --- a/Doc/mac/libmacos.tex +++ b/Doc/mac/libmacos.tex @@ -12,6 +12,12 @@ and the like. Use with care. Note the capitalisation of the module name, this is a historical artifact. +\begin{datadesc}{runtimemodel} +Either \code{"ppc"}, \code{"carbon"} or \code{"macho"}. This signifies +whether this Python uses the classic (InterfaceLib style) runtime +model, the MacOS X compatible CarbonLib style or the MacOS X-only +Mach-O style. +\end{datadesc} \begin{excdesc}{Error} This exception is raised on MacOS generated errors, either from -- cgit v0.12