diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 01:36:44 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 01:36:44 (GMT) |
commit | b04747fc50122f3beab804b1ca5af80da52cbd71 (patch) | |
tree | 83b8d1fc354e8f83bfa57115a5f0f9e82f4cffdf /Doc/api | |
parent | 2a38a86c1c48adbf9cf76d485c515002f042fd56 (diff) | |
download | cpython-b04747fc50122f3beab804b1ca5af80da52cbd71.zip cpython-b04747fc50122f3beab804b1ca5af80da52cbd71.tar.gz cpython-b04747fc50122f3beab804b1ca5af80da52cbd71.tar.bz2 |
Add versionadded info
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/init.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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}{} |