diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-16 15:19:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-16 15:19:47 (GMT) |
commit | 5ca903306244f79dec6db639e23a4fe476903ec1 (patch) | |
tree | 3d54f78a339aec20785e65599dce9bf5525ad572 /Doc/librfc822.tex | |
parent | b5323999d261d3f864c9c7da78e3c88640ee411a (diff) | |
download | cpython-5ca903306244f79dec6db639e23a4fe476903ec1.zip cpython-5ca903306244f79dec6db639e23a4fe476903ec1.tar.gz cpython-5ca903306244f79dec6db639e23a4fe476903ec1.tar.bz2 |
Index the RFC822 reference (some other RFC references were alreaddy indexed).
Add index reference to mailbox module; also remove comment that it's
undocumented (it has been).
Diffstat (limited to 'Doc/librfc822.tex')
-rw-r--r-- | Doc/librfc822.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/librfc822.tex b/Doc/librfc822.tex index cd3d271..6450113 100644 --- a/Doc/librfc822.tex +++ b/Doc/librfc822.tex @@ -8,9 +8,11 @@ This module defines a class, \code{Message}, which represents a collection of ``email headers'' as defined by the Internet standard RFC 822. It is used in various contexts, usually to read such headers from a file. +\index{RFC!822} -(Note that there's a separate, currently undocumented, module to read -Unix style mailbox files: \code{mailbox}.) +Note that there's a separate module to read \UNIX{}, MH, and MMDF +style mailbox files: \code{mailbox}. +\refstmodindex{mailbox} A \code{Message} instance is instantiated with an open file object as parameter. The optional \code{seekable} parameter indicates if the |