commit | 15eb97b14d531ee9c7a2e062bebf77a8a41272fc | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jun 16 17:10:26 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jun 16 17:10:26 2007 +0000 |
tree | 9c821a712dba7fd86a099ab2b564072628b6459d | |
parent | 59fc24403d92b829a24ec2a815d39e881b53337f [diff] [blame] |
Add missing \versionadded. (backport from rev. 56006)
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 @@ \begin{csimplemacrodesc}{Py_RETURN_NONE} Properly handle returning \cdata{Py_None} from within a C function. + \versionadded{2.4} \end{csimplemacrodesc}