[Python-checkins] r56006 - python/trunk/Doc/api/concrete.tex
georg.brandl
python-checkins at python.org
Sat Jun 16 19:10:17 CEST 2007
Author: georg.brandl
Date: Sat Jun 16 19:10:12 2007
New Revision: 56006
Modified:
python/trunk/Doc/api/concrete.tex
Log:
Add missing \versionadded.
Modified: python/trunk/Doc/api/concrete.tex
==============================================================================
--- python/trunk/Doc/api/concrete.tex (original)
+++ python/trunk/Doc/api/concrete.tex Sat Jun 16 19:10:12 2007
@@ -99,6 +99,7 @@
\begin{csimplemacrodesc}{Py_RETURN_NONE}
Properly handle returning \cdata{Py_None} from within a C function.
+ \versionadded{2.4}
\end{csimplemacrodesc}
More information about the Python-checkins
mailing list