From: Fred Drake Date: Thu, 23 May 2002 16:02:28 +0000 (+0000) Subject: Add version annotation for PySequence_ITEM(). X-Git-Tag: v2.3c1~5605 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86228e4ca2cc864a622dc16849763a7e6207711b;p=thirdparty%2FPython%2Fcpython.git Add version annotation for PySequence_ITEM(). --- diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index e4f299d0fbac..a7fba71c4698 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -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}