[Python-checkins] CVS: python/dist/src/Doc/mac libmacos.tex,1.16,1.17
Fred L. Drake
fdrake@users.sourceforge.net
Fri, 03 Aug 2001 10:11:35 -0700
Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv16777/mac
Modified Files:
libmacos.tex
Log Message:
Minor markup nits and slight style-guide conformance changes.
Index: libmacos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacos.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libmacos.tex 2001/08/03 13:19:56 1.16
--- libmacos.tex 2001/08/03 17:11:33 1.17
***************
*** 1,8 ****
\section{\module{MacOS} ---
! Access to MacOS interpreter features}
\declaremodule{builtin}{MacOS}
\platform{Mac}
! \modulesynopsis{Access to MacOS specific interpreter features.}
--- 1,8 ----
\section{\module{MacOS} ---
! Access to Mac OS interpreter features}
\declaremodule{builtin}{MacOS}
\platform{Mac}
! \modulesynopsis{Access to Mac OS-specific interpreter features.}
***************
*** 11,21 ****
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}
--- 11,22 ----
and the like. Use with care.
! Note the capitalization 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 Mac OS X compatible CarbonLib style or the Mac OS
! X-only Mach-O style.
\end{datadesc}
***************
*** 26,30 ****
\cdata{OSErr} value) and a textual description of the error code.
Symbolic names for all known error codes are defined in the standard
! module \module{macerrors}\refstmodindex{macerrors}.
\end{excdesc}
--- 27,31 ----
\cdata{OSErr} value) and a textual description of the error code.
Symbolic names for all known error codes are defined in the standard
! module \refmodule{macerrors}.\refstmodindex{macerrors}
\end{excdesc}