summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-07-06 18:36:54 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-07-06 18:36:54 (GMT)
commite5e065b6699b33244e58b798e7b17b39bf2945a0 (patch)
tree4905c09e80e5b5d238315a36de4702ac7c1c2cd7 /Doc/lib/libsys.tex
parentd6640d4bd01874fc469c58c506527465a62d140b (diff)
downloadcpython-e5e065b6699b33244e58b798e7b17b39bf2945a0.zip
cpython-e5e065b6699b33244e58b798e7b17b39bf2945a0.tar.gz
cpython-e5e065b6699b33244e58b798e7b17b39bf2945a0.tar.bz2
New function sys.getcheckinterval(), to complement setcheckinterval().
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r--Doc/lib/libsys.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index 558fb36..ea4aafa 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -197,6 +197,11 @@ It is always available.
or when \code{os._exit()} is called.}
\end{datadesc}
+\begin{funcdesc}{getcheckinterval}{}
+ Return the interpreter's ``check interval'';
+ see \function{setcheckinterval()}.
+\end{funcdesc}
+
\begin{funcdesc}{getdefaultencoding}{}
Return the name of the current default string encoding used by the
Unicode implementation.