diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-07 14:11:53 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-07-07 14:11:53 (GMT) |
commit | 7cb229df180ec3cefe9e52134d7c6ecbb9b4bc29 (patch) | |
tree | d2b6fbaeeab831bc81475181a2e40a03c1cff851 /Doc/lib/libsys.tex | |
parent | e5e065b6699b33244e58b798e7b17b39bf2945a0 (diff) | |
download | cpython-7cb229df180ec3cefe9e52134d7c6ecbb9b4bc29.zip cpython-7cb229df180ec3cefe9e52134d7c6ecbb9b4bc29.tar.gz cpython-7cb229df180ec3cefe9e52134d7c6ecbb9b4bc29.tar.bz2 |
add versionadded for getcheckinterval
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 ea4aafa..8f8b5cc 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -200,6 +200,7 @@ It is always available. \begin{funcdesc}{getcheckinterval}{} Return the interpreter's ``check interval''; see \function{setcheckinterval()}. + \versionadded{2.3} \end{funcdesc} \begin{funcdesc}{getdefaultencoding}{} |