[Python-checkins] r56007 - python/branches/release25-maint/Doc/api/concrete.tex

georg.brandl python-checkins at python.org
Sat Jun 16 19:10:30 CEST 2007


Author: georg.brandl
Date: Sat Jun 16 19:10:26 2007
New Revision: 56007

Modified:
   python/branches/release25-maint/Doc/api/concrete.tex
Log:
Add missing \versionadded.
 (backport from rev. 56006)

Modified: python/branches/release25-maint/Doc/api/concrete.tex
==============================================================================
--- python/branches/release25-maint/Doc/api/concrete.tex	(original)
+++ python/branches/release25-maint/Doc/api/concrete.tex	Sat Jun 16 19:10:26 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