[Python-checkins] python/dist/src/Doc/lib libsys.tex,1.65,1.66

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 06 Jul 2003 11:36:56 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv11478/Doc/lib

Modified Files:
	libsys.tex 
Log Message:
New function sys.getcheckinterval(), to complement setcheckinterval().


Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** libsys.tex	2 Jul 2003 21:38:34 -0000	1.65
--- libsys.tex	6 Jul 2003 18:36:53 -0000	1.66
***************
*** 198,201 ****
--- 198,206 ----
  \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