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/lib/libsys.tex | |
parent | 2a38a86c1c48adbf9cf76d485c515002f042fd56 (diff) | |
download | cpython-b04747fc50122f3beab804b1ca5af80da52cbd71.zip cpython-b04747fc50122f3beab804b1ca5af80da52cbd71.tar.gz cpython-b04747fc50122f3beab804b1ca5af80da52cbd71.tar.bz2 |
Add versionadded info
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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} |