From 15eb97b14d531ee9c7a2e062bebf77a8a41272fc Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 16 Jun 2007 17:10:26 +0000 Subject: Add missing \versionadded. (backport from rev. 56006) --- Doc/api/concrete.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 8aa9b0f..ec3d84a 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} -- cgit v0.12