[Python-checkins] python/dist/src/Doc/mac libaepack.tex, 1.3, 1.3.12.1 undoc.tex, 1.9.14.1, 1.9.14.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Aug 7 10:10:30 EDT 2003


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

Modified Files:
      Tag: release23-maint
	libaepack.tex undoc.tex 
Log Message:
Fix hyperlinks and one class reference.
Backported from trunk, but to the right branch this time.

Index: libaepack.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libaepack.tex,v
retrieving revision 1.3
retrieving revision 1.3.12.1
diff -C2 -d -r1.3 -r1.3.12.1
*** libaepack.tex	11 Apr 2003 15:35:26 -0000	1.3
--- libaepack.tex	7 Aug 2003 16:10:28 -0000	1.3.12.1
***************
*** 13,17 ****
  Python variables to AppleEvent descriptors and back (unpacking).
  Within Python the AppleEvent descriptor is handled by Python objects
! of built-in type \class{AEDesc}, defined in module \refmodule{AE}.
  
  The \module{aepack} module defines the following functions:
--- 13,17 ----
  Python variables to AppleEvent descriptors and back (unpacking).
  Within Python the AppleEvent descriptor is handled by Python objects
! of built-in type \class{AEDesc}, defined in module \refmodule{Carbon.AE}.
  
  The \module{aepack} module defines the following functions:
***************
*** 39,43 ****
  If \var{x} is a Python instance then this function attempts to call an
  \method{__aepack__()} method.  This method should return an
! \class{AE.AEDesc} object.
  
  If the conversion \var{x} is not defined above, this function returns
--- 39,43 ----
  If \var{x} is a Python instance then this function attempts to call an
  \method{__aepack__()} method.  This method should return an
! \class{AEDesc} object.
  
  If the conversion \var{x} is not defined above, this function returns

Index: undoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/undoc.tex,v
retrieving revision 1.9.14.1
retrieving revision 1.9.14.2
diff -C2 -d -r1.9.14.1 -r1.9.14.2
*** undoc.tex	4 Aug 2003 22:49:42 -0000	1.9.14.1
--- undoc.tex	7 Aug 2003 16:10:28 -0000	1.9.14.2
***************
*** 87,91 ****
  \module{mkcwproject} creates project files for the Metrowerks CodeWarrior
  development environment. It is a helper module for
! \refmodule{distutils}\refbimodindex{distutils} but can be used separately for more
  control.
  
--- 87,91 ----
  \module{mkcwproject} creates project files for the Metrowerks CodeWarrior
  development environment. It is a helper module for
! \module{distutils}\refbimodindex{distutils} but can be used separately for more
  control.
  





More information about the Python-checkins mailing list