]> granicus.if.org Git - python/commitdiff
Add missing \versionadded.
authorGeorg Brandl <georg@python.org>
Sat, 16 Jun 2007 17:10:12 +0000 (17:10 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 16 Jun 2007 17:10:12 +0000 (17:10 +0000)
Doc/api/concrete.tex

index b5622cce9287ed9b16a433aded4f88e96f04ad20..2716db1265c666071580d9502063d950f3a6a4f8 100644 (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}