projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a1eef
)
Fix SF # 518775, buffer object API description truncated
author
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 3 Nov 2002 02:56:27 +0000
(
02:56
+0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 3 Nov 2002 02:56:27 +0000
(
02:56
+0000)
Doc/api/newtypes.tex
patch
|
blob
|
history
diff --git
a/Doc/api/newtypes.tex
b/Doc/api/newtypes.tex
index 0f9c9bf350726c2d84ca1c4e31cfb90aa655934a..efaff32af270b8bf11d42b049a9c08f861f04a25 100644
(file)
--- 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}