diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-03 02:56:27 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-11-03 02:56:27 (GMT) |
commit | 1aca2d0cb3d25e9abe66736999022d4932600c15 (patch) | |
tree | 0dad367d962d465573b685aed28801c203e54563 /Doc | |
parent | 26a1eefd0f28bbdee48cd38a5c0cb9ba5ff37768 (diff) | |
download | cpython-1aca2d0cb3d25e9abe66736999022d4932600c15.zip cpython-1aca2d0cb3d25e9abe66736999022d4932600c15.tar.gz cpython-1aca2d0cb3d25e9abe66736999022d4932600c15.tar.bz2 |
Fix SF # 518775, buffer object API description truncated
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/newtypes.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index 0f9c9bf..efaff32 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} |