From 86228e4ca2cc864a622dc16849763a7e6207711b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 23 May 2002 16:02:28 +0000 Subject: [PATCH] Add version annotation for PySequence_ITEM(). --- Doc/api/abstract.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index e4f299d0fb..a7fba71c46 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} -- 2.40.0