[Python-checkins] python/dist/src/Doc/ext extending.tex,1.24,1.25

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 8 13:01:07 EDT 2003


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

Modified Files:
	extending.tex 
Log Message:
Fix spacing markup and other sundries.

Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** extending.tex	20 May 2003 05:31:16 -0000	1.24
--- extending.tex	8 Sep 2003 19:01:04 -0000	1.25
***************
*** 1,3 ****
! \chapter{Extending Python with C or \Cpp \label{intro}}
  
  
--- 1,3 ----
! \chapter{Extending Python with \C{} or \Cpp{} \label{intro}}
  
  
***************
*** 350,354 ****
  Note that PyMODINIT_FUNC declares the function as \code{void} return type, 
  declares any special linkage declarations required by the platform, and for 
! \Cpp declares the function as \code{extern "C"}.
  
  When the Python program imports module \module{spam} for the first
--- 350,354 ----
  Note that PyMODINIT_FUNC declares the function as \code{void} return type, 
  declares any special linkage declarations required by the platform, and for 
! \Cpp{} declares the function as \code{extern "C"}.
  
  When the Python program imports module \module{spam} for the first





More information about the Python-checkins mailing list