summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailiter.tex
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-09-26 22:21:52 (GMT)
committerBarry Warsaw <barry@python.org>2001-09-26 22:21:52 (GMT)
commitc5f8fe3a2706b829334758b741ddd1f49d00b54e (patch)
tree36103f5da258b1b8b0c8a7edc4b48bd92a03835c /Doc/lib/emailiter.tex
parentc86f6ca2b6d51040021b2a4bbd609b4445e321ff (diff)
downloadcpython-c5f8fe3a2706b829334758b741ddd1f49d00b54e.zip
cpython-c5f8fe3a2706b829334758b741ddd1f49d00b54e.tar.gz
cpython-c5f8fe3a2706b829334758b741ddd1f49d00b54e.tar.bz2
Updates do email package documentation for markup, style, and
organization.
Diffstat (limited to 'Doc/lib/emailiter.tex')
-rw-r--r--Doc/lib/emailiter.tex10
1 files changed, 2 insertions, 8 deletions
diff --git a/Doc/lib/emailiter.tex b/Doc/lib/emailiter.tex
index fbaafbb..eed98be 100644
--- a/Doc/lib/emailiter.tex
+++ b/Doc/lib/emailiter.tex
@@ -1,11 +1,5 @@
-\section{\module{email.Iterators} ---
- Message object tree iterators}
-
\declaremodule{standard}{email.Iterators}
\modulesynopsis{Iterate over a message object tree.}
-\sectionauthor{Barry A. Warsaw}{barry@zope.com}
-
-\versionadded{2.2}
Iterating over a message object tree is fairly easy with the
\method{Message.walk()} method. The \module{email.Iterators} module
@@ -29,9 +23,9 @@ subparts that match the MIME type specified by \var{maintype} and
Note that \var{subtype} is optional; if omitted, then subpart MIME
type matching is done only with the main type. \var{maintype} is
-optional too; it defaults to \code{text}.
+optional too; it defaults to \mimetype{text}.
Thus, by default \function{typed_subpart_iterator()} returns each
-subpart that has a MIME type of \code{text/*}.
+subpart that has a MIME type of \mimetype{text/*}.
\end{funcdesc}