From: Thomas Heller Date: Thu, 2 Nov 2006 19:52:43 +0000 (+0000) Subject: Replace the XXX marker in the 'Arrays and pointers' reference manual X-Git-Tag: v2.5.1c1~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=906681b4d6373931cd6c4e0834b65ba3ece64bce;p=thirdparty%2FPython%2Fcpython.git Replace the XXX marker in the 'Arrays and pointers' reference manual section with a link to the tutorial sections. Backported from trunk. --- diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 5f486d4a3e10..2bae25b99067 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -2440,5 +2440,6 @@ attributes for names not present in \member{{\_}fields{\_}}. \subsubsection{Arrays and pointers\label{ctypes-arrays-pointers}} -XXX +Not yet written - please see section~\ref{ctypes-pointers}, pointers and +section~\ref{ctypes-arrays}, arrays in the tutorial.