diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-23 16:07:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-23 16:07:38 (GMT) |
commit | eea97ea06390fc0ea2046fd106d84fa07bdea428 (patch) | |
tree | af3f8bfefc9fee2bcf394d4d87692639ec68c4a5 /Doc/lib/libmhlib.tex | |
parent | 86bd5e48c3e33b99c12e091721f67f2e59015ada (diff) | |
download | cpython-eea97ea06390fc0ea2046fd106d84fa07bdea428.zip cpython-eea97ea06390fc0ea2046fd106d84fa07bdea428.tar.gz cpython-eea97ea06390fc0ea2046fd106d84fa07bdea428.tar.bz2 |
Shorten the section title.
Diffstat (limited to 'Doc/lib/libmhlib.tex')
-rw-r--r-- | Doc/lib/libmhlib.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib/libmhlib.tex b/Doc/lib/libmhlib.tex index 3676a1f..27b71b0 100644 --- a/Doc/lib/libmhlib.tex +++ b/Doc/lib/libmhlib.tex @@ -2,7 +2,7 @@ % <skip@mojam.com>. \section{\module{mhlib} --- - Object-oriented access to MH mailboxes} + Access to MH mailboxes} \declaremodule{standard}{mhlib} \modulesynopsis{Manipulate MH mailboxes from Python.} @@ -160,6 +160,9 @@ Copy one message to a given destination in another folder. \subsection{Message Objects \label{mh-message-objects}} +The \class{Message} class adds one method to those of +\class{mimetools.Message}: + \begin{methoddesc}[Message]{openmessage}{n} Return a new open message object (costs a file descriptor). \end{methoddesc} |