[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.3,1.3.6.1

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sat, 02 Nov 2002 18:57:26 -0800


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv11690/Doc/api

Modified Files:
      Tag: release22-maint
	newtypes.tex 
Log Message:
Fix SF # 518775, buffer object API description truncated

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -d -r1.3 -r1.3.6.1
*** newtypes.tex	3 Dec 2001 17:32:27 -0000	1.3
--- newtypes.tex	3 Nov 2002 02:57:24 -0000	1.3.6.1
***************
*** 344,347 ****
--- 344,349 ----
  \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
                              (PyObject *self, int segment, const char **ptrptr)}
+   Return the size of the memory buffer in ptrptr at the segment index.
+   \code{\var{ptrptr}} is set to the memory buffer.
  \end{ctypedesc}