[Python-checkins] python/dist/src/Doc/mac libmacos.tex,1.17,1.18

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sat, 19 Oct 2002 14:36:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv27207

Modified Files:
	libmacos.tex 
Log Message:
Added a paragraph to explain that SchedParams(0, 0) is usually what
you want.


Index: libmacos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libmacos.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** libmacos.tex	3 Aug 2001 17:11:33 -0000	1.17
--- libmacos.tex	19 Oct 2002 21:36:56 -0000	1.18
***************
*** 61,64 ****
--- 61,67 ----
  quarter second and the processor is given up for a quarter second when in the
  background.
+ 
+ The most common use case is to call \code{SchedParams(0, 0)} to completely disable
+ event handling in the interpreter mainloop.
  \end{funcdesc}