From: Georg Brandl Date: Sat, 16 Jun 2007 17:10:12 +0000 (+0000) Subject: Add missing \versionadded. X-Git-Tag: v2.6a1~1602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8f77debd104766f502c8defb396afc1917caab2;p=thirdparty%2FPython%2Fcpython.git Add missing \versionadded. --- diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index b5622cce9287..2716db1265c6 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -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}