]> granicus.if.org Git - python/commitdiff
Use {memberdesc} to mark the instance attributes.
authorFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 15:11:55 +0000 (15:11 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 15:11:55 +0000 (15:11 +0000)
Doc/lib/libimaplib.tex
Doc/libimaplib.tex

index 73baddc945ee58865fa002da24285988151c05f7..4a6f94f449aae8cab25dc8395f2b55bb4a6baf55 100644 (file)
@@ -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}
index 73baddc945ee58865fa002da24285988151c05f7..4a6f94f449aae8cab25dc8395f2b55bb4a6baf55 100644 (file)
@@ -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}