Add versionadded info

This commit is contained in:
Neal Norwitz 2005-12-18 01:36:44 +00:00
parent 2a38a86c1c
commit b04747fc50
2 changed files with 2 additions and 0 deletions

View File

@ -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}{}

View File

@ -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}