[Python-checkins] CVS: python/dist/src/Doc/ext ext.tex,1.89,1.90

Fred L. Drake fdrake@users.sourceforge.net
Mon, 22 Jan 2001 10:38:02 -0800


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

Modified Files:
	ext.tex 
Log Message:

Worked around bug SF #125880: changed the text of three sections that
really nasty TeX source to "bleed" into the PDF "bookmarks".


Index: ext.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/ext.tex,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -r1.89 -r1.90
*** ext.tex	2000/11/17 18:20:33	1.89
--- ext.tex	2001/01/22 18:38:00	1.90
***************
*** 632,636 ****
  
  
! \section{Format Strings for \cfunction{PyArg_ParseTuple()}
           \label{parseTuple}}
  
--- 632,636 ----
  
  
! \section{Extracting Parameters in Extension Functions
           \label{parseTuple}}
  
***************
*** 957,961 ****
  
  
! \section{Keyword Parsing with \cfunction{PyArg_ParseTupleAndKeywords()}
           \label{parseTupleAndKeywords}}
  
--- 957,961 ----
  
  
! \section{Keyword Parameters for Extension Functions
           \label{parseTupleAndKeywords}}
  
***************
*** 1031,1035 ****
  
  
! \section{The \cfunction{Py_BuildValue()} Function
           \label{buildValue}}
  
--- 1031,1035 ----
  
  
! \section{Building Arbitrary Values
           \label{buildValue}}