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

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


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

Modified Files:
      Tag: release23-maint
	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.24.10.1
diff -C2 -d -r1.24 -r1.24.10.1
*** extending.tex	20 May 2003 05:31:16 -0000	1.24
--- extending.tex	8 Sep 2003 19:01:57 -0000	1.24.10.1
***************
*** 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