diff options
author | Georg Brandl <georg@python.org> | 2007-06-16 17:10:26 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-06-16 17:10:26 +0000 |
commit | 15eb97b14d531ee9c7a2e062bebf77a8a41272fc (patch) | |
tree | 9c821a712dba7fd86a099ab2b564072628b6459d | |
parent | 59fc24403d92b829a24ec2a815d39e881b53337f (diff) | |
download | cpython-git-15eb97b14d531ee9c7a2e062bebf77a8a41272fc.tar.gz |
Add missing \versionadded.
(backport from rev. 56006)
-rw-r--r-- | Doc/api/concrete.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 8aa9b0f461..ec3d84a156 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} |