We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4d255 commit 025f14bCopy full SHA for 025f14b
Doc/api/abstract.tex
@@ -346,7 +346,6 @@ \section{Object Protocol \label{object}}
346
either the sequence and mapping protocols, the sequence length is
347
returned. On error, \code{-1} is returned. This is the equivalent
348
to the Python expression \samp{len(\var{o})}.\bifuncindex{len}
349
- \versionadded{2.5}
350
\end{cfuncdesc}
351
352
@@ -693,6 +692,7 @@ \section{Number Protocol \label{number}}
693
692
\begin{cfuncdesc}{Py_ssize_t}{PyNumber_Index}{PyObject *o}
694
Returns the \var{o} converted to a Py_ssize_t integer on success, or
695
-1 with an exception raised on failure.
+ \versionadded{2.5}
696
697
698
\section{Sequence Protocol \label{sequence}}
0 commit comments