Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b04747f

Browse files
committed
Add versionadded info
1 parent 2a38a86 commit b04747f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/api/init.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ \chapter{Initialization, Finalization, and Threads
276276
Return a string representing the Subversion revision that this Python
277277
executable was built from. This number is a string because it may contain a
278278
trailing 'M' if Python was built from a mixed revision source tree.
279+
\versionadded{2.5}
279280
\end{cfuncdesc}
280281

281282
\begin{cfuncdesc}{const char*}{Py_GetPlatform}{}

Doc/lib/libsys.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ \section{\module{sys} ---
3131
A string representing the Subversion revision that this Python executable
3232
was built from. This number is a string because it may contain a trailing
3333
'M' if Python was built from a mixed revision source tree.
34+
\versionadded{2.5}
3435
\end{datadesc}
3536

3637
\begin{datadesc}{builtin_module_names}

0 commit comments

Comments
 (0)