From: Neal Norwitz Date: Sun, 18 Dec 2005 01:36:44 +0000 (+0000) Subject: Add versionadded info X-Git-Tag: v2.5a0~998 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b04747fc50122f3beab804b1ca5af80da52cbd71;p=thirdparty%2FPython%2Fcpython.git Add versionadded info --- diff --git a/Doc/api/init.tex b/Doc/api/init.tex index 67f74a145421..91a5c5219a0a 100644 --- a/Doc/api/init.tex +++ b/Doc/api/init.tex @@ -276,6 +276,7 @@ Return a string representing the Subversion revision that this Python executable was built from. This number is a string because it may contain a trailing 'M' if Python was built from a mixed revision source tree. + \versionadded{2.5} \end{cfuncdesc} \begin{cfuncdesc}{const char*}{Py_GetPlatform}{} diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 7ffa35d9bdbb..f8f015d05d44 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -31,6 +31,7 @@ It is always available. A string representing the Subversion revision that this Python executable was built from. This number is a string because it may contain a trailing 'M' if Python was built from a mixed revision source tree. + \versionadded{2.5} \end{datadesc} \begin{datadesc}{builtin_module_names}