Commit 1a4b414a authored by Neal Norwitz's avatar Neal Norwitz

Add versionadded info

parent c9d59b04
...@@ -276,6 +276,7 @@ ...@@ -276,6 +276,7 @@
Return a string representing the Subversion revision that this Python Return a string representing the Subversion revision that this Python
executable was built from. This number is a string because it may contain a 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. trailing 'M' if Python was built from a mixed revision source tree.
\versionadded{2.5}
\end{cfuncdesc} \end{cfuncdesc}
\begin{cfuncdesc}{const char*}{Py_GetPlatform}{} \begin{cfuncdesc}{const char*}{Py_GetPlatform}{}
......
...@@ -31,6 +31,7 @@ It is always available. ...@@ -31,6 +31,7 @@ It is always available.
A string representing the Subversion revision that this Python executable A string representing the Subversion revision that this Python executable
was built from. This number is a string because it may contain a trailing 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. 'M' if Python was built from a mixed revision source tree.
\versionadded{2.5}
\end{datadesc} \end{datadesc}
\begin{datadesc}{builtin_module_names} \begin{datadesc}{builtin_module_names}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment