summaryrefslogtreecommitdiffstats
path: root/Doc/ext/ext.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-22 18:38:00 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-22 18:38:00 (GMT)
commitbcb09fa33fd14441862d4244ff969f624aaec04b (patch)
tree8e461f23957d04b36c38f12c59ef419e4484d8b7 /Doc/ext/ext.tex
parent5f0decf0d37eb082b62d2035603a7b97534fc6bf (diff)
downloadcpython-bcb09fa33fd14441862d4244ff969f624aaec04b.zip
cpython-bcb09fa33fd14441862d4244ff969f624aaec04b.tar.gz
cpython-bcb09fa33fd14441862d4244ff969f624aaec04b.tar.bz2
Worked around bug SF #125880: changed the text of three sections that
really nasty TeX source to "bleed" into the PDF "bookmarks".
Diffstat (limited to 'Doc/ext/ext.tex')
-rw-r--r--Doc/ext/ext.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index 3f9eb96..15ee123 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -631,7 +631,7 @@ code is not complete: \cfunction{Py_BuildValue()} may run out of
memory, and this should be checked.
-\section{Format Strings for \cfunction{PyArg_ParseTuple()}
+\section{Extracting Parameters in Extension Functions
\label{parseTuple}}
The \cfunction{PyArg_ParseTuple()} function is declared as follows:
@@ -956,7 +956,7 @@ Some example calls:
\end{verbatim}
-\section{Keyword Parsing with \cfunction{PyArg_ParseTupleAndKeywords()}
+\section{Keyword Parameters for Extension Functions
\label{parseTupleAndKeywords}}
The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as
@@ -1030,7 +1030,7 @@ initkeywdarg()
\end{verbatim}
-\section{The \cfunction{Py_BuildValue()} Function
+\section{Building Arbitrary Values
\label{buildValue}}
This function is the counterpart to \cfunction{PyArg_ParseTuple()}. It is