[Python-checkins] python/dist/src/Doc/mac libaepack.tex, 1.3, 1.4 undoc.tex, 1.10, 1.11

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


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

Modified Files:
	libaepack.tex undoc.tex 
Log Message:
Fix hyperlinks and one class reference.
Backporting to Python 2.3 branch.


Index: libaepack.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libaepack.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libaepack.tex	11 Apr 2003 15:35:26 -0000	1.3
--- libaepack.tex	7 Aug 2003 14:31:08 -0000	1.4
***************
*** 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.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** undoc.tex	30 Jul 2003 02:55:27 -0000	1.10
--- undoc.tex	7 Aug 2003 14:31:08 -0000	1.11
***************
*** 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