summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-06-16 17:10:12 (GMT)
committerGeorg Brandl <georg@python.org>2007-06-16 17:10:12 (GMT)
commitd8f77debd104766f502c8defb396afc1917caab2 (patch)
tree212002fddd24d0216cd4c8a7363f7c3c54e61957 /Doc
parentcd1690e62d675af7add60d8226abf1a68cff4346 (diff)
downloadcpython-d8f77debd104766f502c8defb396afc1917caab2.zip
cpython-d8f77debd104766f502c8defb396afc1917caab2.tar.gz
cpython-d8f77debd104766f502c8defb396afc1917caab2.tar.bz2
Add missing \versionadded.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/concrete.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index b5622cc..2716db1 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}