From: Neal Norwitz Date: Sun, 3 Nov 2002 02:56:27 +0000 (+0000) Subject: Fix SF # 518775, buffer object API description truncated X-Git-Tag: v2.3c1~3608 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1aca2d0cb3d25e9abe66736999022d4932600c15;p=python Fix SF # 518775, buffer object API description truncated --- diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 0f9c9bf350..efaff32af2 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -1502,7 +1502,8 @@ to be able to test for its presence before using it.} \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc) (PyObject *self, int segment, const char **ptrptr)} -[Guido: the description is missing!] + Return the size of the memory buffer in ptrptr at the segment index. + \code{\var{ptrptr}} is set to the memory buffer. \end{ctypedesc}