[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.16,1.17

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sat, 02 Nov 2002 18:56:29 -0800


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

Modified Files:
	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.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** newtypes.tex	10 Sep 2002 13:48:01 -0000	1.16
--- newtypes.tex	3 Nov 2002 02:56:27 -0000	1.17
***************
*** 1503,1507 ****
  \begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
                              (PyObject *self, int segment, const char **ptrptr)}
! [Guido: the description is missing!]
  \end{ctypedesc}
  
--- 1503,1508 ----
  \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}