From b04747fc50122f3beab804b1ca5af80da52cbd71 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 18 Dec 2005 01:36:44 +0000 Subject: Add versionadded info --- Doc/api/init.tex | 1 + Doc/lib/libsys.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/api/init.tex b/Doc/api/init.tex index 67f74a1..91a5c52 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 7ffa35d..f8f015d 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} -- cgit v0.12