Add missing \versionadded.

(backport from rev. 56006)
This commit is contained in:
Georg Brandl 2007-06-16 17:10:26 +00:00
parent 59fc24403d
commit 15eb97b14d

View file

@ -99,6 +99,7 @@ There is no \cfunction{PyNone_Check()} function for the same reason.
\begin{csimplemacrodesc}{Py_RETURN_NONE} \begin{csimplemacrodesc}{Py_RETURN_NONE}
Properly handle returning \cdata{Py_None} from within a C function. Properly handle returning \cdata{Py_None} from within a C function.
\versionadded{2.4}
\end{csimplemacrodesc} \end{csimplemacrodesc}