[Python-checkins] CVS: python/dist/src/Doc/mac libmacos.tex,1.15,1.16

Jack Jansen jackjansen@users.sourceforge.net
Fri, 03 Aug 2001 06:19:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv3163/Doc/mac

Modified Files:
	libmacos.tex 
Log Message:
Documented the runtimemodel attribute.


Index: libmacos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacos.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libmacos.tex	2001/07/14 02:10:11	1.15
--- libmacos.tex	2001/08/03 13:19:56	1.16
***************
*** 13,16 ****
--- 13,22 ----
  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}