]> granicus.if.org Git - python/commitdiff
Add version annotation for PySequence_ITEM().
authorFred Drake <fdrake@acm.org>
Thu, 23 May 2002 16:02:28 +0000 (16:02 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 23 May 2002 16:02:28 +0000 (16:02 +0000)
Doc/api/abstract.tex

index e4f299d0fbacb5c27d1bdaeb174a6b36cc6e0bbb..a7fba71c4698edee6aa863df03b0656dc18139b0 100644 (file)
@@ -769,7 +769,8 @@ determination.
   Return the \var{i}th element of \var{o} or \NULL on failure.
   Macro form of \cfunction{PySequence_GetItem()} but without checking
   that \cfunction{PySequence_Check(\var{o})} is true and without
-  adjustment for negative indices.  
+  adjustment for negative indices.
+  \versionadded{2.3}
 \end{cfuncdesc}
 
 \begin{cfuncdesc}{int}{PySequence_Fast_GET_SIZE}{PyObject *o}