]> granicus.if.org Git - python/commitdiff
Added a paragraph to explain that SchedParams(0, 0) is usually what
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 19 Oct 2002 21:36:56 +0000 (21:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 19 Oct 2002 21:36:56 +0000 (21:36 +0000)
you want.

Doc/mac/libmacos.tex

index 99858cf9d144ddba5c1266ce4bcf8412f7ac27a0..3a2de168c7b91c0d6b3c63f86509c8fa5db9dfa9 100644 (file)
@@ -60,6 +60,9 @@ value of this function is a tuple with the old values of these options.
 Initial defaults are that all processing is enabled, checking is done every
 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}
 
 \begin{funcdesc}{HandleEvent}{ev}