diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-29 18:53:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-29 18:53:31 (GMT) |
commit | 671fe9dd3129129b8be53cede504b7dc772e58a1 (patch) | |
tree | 329c3d0b30395b735a93a2e78065024b5c4f4f5d /Doc/libmacos.tex | |
parent | a3e672b574e6b4c5732346a8bed8bbc26140da42 (diff) | |
download | cpython-671fe9dd3129129b8be53cede504b7dc772e58a1.zip cpython-671fe9dd3129129b8be53cede504b7dc772e58a1.tar.gz cpython-671fe9dd3129129b8be53cede504b7dc772e58a1.tar.bz2 |
Reduce warning count from partparse.py.
Diffstat (limited to 'Doc/libmacos.tex')
-rw-r--r-- | Doc/libmacos.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/libmacos.tex b/Doc/libmacos.tex index 785a0b7..3d1f234 100644 --- a/Doc/libmacos.tex +++ b/Doc/libmacos.tex @@ -32,8 +32,7 @@ Call SetEventHandler without parameter to clear the event handler. Setting an eventhandler while one is already set is an error. \end{funcdesc} -\begin{funcdesc}{SchedParams}{\optional{doint\, evtmask\, besocial\, - interval\, bgyield}} +\begin{funcdesc}{SchedParams}{\optional{doint, evtmask, besocial, interval, bgyield}} Influence the interpreter inner loop event handling. \var{Interval} specifies how often (in seconds, floating point) the interpreter should enter the event processing code. When true, \var{doint} causes @@ -75,7 +74,7 @@ early in initialization without first having to load numerous extension modules. \end{funcdesc} -\begin{funcdesc}{DebugStr}{message \optional{\, object}} +\begin{funcdesc}{DebugStr}{message \optional{, object}} Drop to the low-level debugger with message \var{message}. The optional \var{object} argument is not used, but can easily be inspected from the debugger. @@ -86,7 +85,7 @@ system. It is intended mainly for developers of Python extension modules. \end{funcdesc} -\begin{funcdesc}{openrf}{name \optional{\, mode}} +\begin{funcdesc}{openrf}{name \optional{, mode}} Open the resource fork of a file. Arguments are the same as for the builtin function \code{open}. The object returned has file-like semantics, but it is not a python file object, so there may be subtle |