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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=906681b4d6373931cd6c4e0834b65ba3ece64bce;p=python 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 5f486d4a3e..2bae25b990 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.