diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 15:11:55 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 15:11:55 +0000 |
commit | 8f6b958fdbbd38be648b85a6754cfb065eb9677c (patch) | |
tree | 11a52dd806fe58b97995db26e6440ce9081b5714 | |
parent | 7dba8e2ab456971b52a42e23088000f38c3f776d (diff) | |
download | cpython-git-8f6b958fdbbd38be648b85a6754cfb065eb9677c.tar.gz |
Use {memberdesc} to mark the instance attributes.
-rw-r--r-- | Doc/lib/libimaplib.tex | 18 | ||||
-rw-r--r-- | Doc/libimaplib.tex | 18 |
2 files changed, 24 insertions, 12 deletions
diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex index 73baddc945..4a6f94f449 100644 --- a/Doc/lib/libimaplib.tex +++ b/Doc/lib/libimaplib.tex @@ -194,13 +194,19 @@ An \class{IMAP4} instance has the following methods: \end{methoddesc} -\class{IMAP4} instances have a variable \member{PROTOCOL_VERSION} that -is set to the most recent supported protocol in the \samp{CAPABILITY} -response. +The following attributes are defined on instances of \class{IMAP4}: -Finally, \class{IMAP4} instances have a variable debug which can be -set to an integer to turn on debugging. Values greater than 3 trace -each command. + +\begin{memberdesc}{PROTOCOL_VERSION} +The most recent supported protocol in the \samp{CAPABILITY} +response from the server. +\end{memberdesc} + +\begin{memberdesc}{debug} +Integer value to control debugging output. The initialize value is +taken from the module variable \code{Debug}. Values greater than +three trace each command. +\end{memberdesc} \subsection{IMAP4 Example} diff --git a/Doc/libimaplib.tex b/Doc/libimaplib.tex index 73baddc945..4a6f94f449 100644 --- a/Doc/libimaplib.tex +++ b/Doc/libimaplib.tex @@ -194,13 +194,19 @@ An \class{IMAP4} instance has the following methods: \end{methoddesc} -\class{IMAP4} instances have a variable \member{PROTOCOL_VERSION} that -is set to the most recent supported protocol in the \samp{CAPABILITY} -response. +The following attributes are defined on instances of \class{IMAP4}: -Finally, \class{IMAP4} instances have a variable debug which can be -set to an integer to turn on debugging. Values greater than 3 trace -each command. + +\begin{memberdesc}{PROTOCOL_VERSION} +The most recent supported protocol in the \samp{CAPABILITY} +response from the server. +\end{memberdesc} + +\begin{memberdesc}{debug} +Integer value to control debugging output. The initialize value is +taken from the module variable \code{Debug}. Values greater than +three trace each command. +\end{memberdesc} \subsection{IMAP4 Example} |