Add missing \versionadded.

This commit is contained in:
Georg Brandl 2007-06-16 17:10:12 +00:00
parent cd1690e62d
commit d8f77debd1
1 changed files with 1 additions and 0 deletions

View File

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