[Python-checkins] CVS: python/dist/src/Doc/api concrete.tex,1.7,1.8

Skip Montanaro montanaro@users.sourceforge.net
Wed, 23 Jan 2002 02:54:43 -0800


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

Modified Files:
	concrete.tex 
Log Message:
PyDict_Next: update doc to indicate that pkey and pvalue return values are
borrowed references.


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** concrete.tex	2002/01/23 08:18:30	1.7
--- concrete.tex	2002/01/23 10:54:41	1.8
***************
*** 1780,1784 ****
    parameters \var{pkey} and \var{pvalue} should either point to
    \ctype{PyObject*} variables that will be filled in with each key and
!   value, respectively, or may be \NULL.
  
    For example:
--- 1780,1785 ----
    parameters \var{pkey} and \var{pvalue} should either point to
    \ctype{PyObject*} variables that will be filled in with each key and
!   value, respectively, or may be \NULL.  Any references returned through
!   them are borrowed.
  
    For example: