]> granicus.if.org Git - python/commitdiff
PyDict_Next: update doc to indicate that pkey and pvalue return values are
authorSkip Montanaro <skip@pobox.com>
Wed, 23 Jan 2002 10:54:41 +0000 (10:54 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 23 Jan 2002 10:54:41 +0000 (10:54 +0000)
borrowed references.

Doc/api/concrete.tex

index 5c71b3a6cc9c3e4c00ecdb0cbe1ef92a1d7303eb..1c20876188111c22fd5669b5b6ac43fd8a67dcf5 100644 (file)
@@ -1779,7 +1779,8 @@ format.
   dictionary, and false once all pairs have been reported.  The
   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.
+  value, respectively, or may be \NULL.  Any references returned through
+  them are borrowed.
 
   For example: