]> granicus.if.org Git - python/commitdiff
Index the RFC822 reference (some other RFC references were alreaddy indexed).
authorFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 15:19:47 +0000 (15:19 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 15:19:47 +0000 (15:19 +0000)
Add index reference to mailbox module; also remove comment that it's
undocumented (it has been).

Doc/lib/librfc822.tex
Doc/librfc822.tex

index cd3d271cdf9224b031603bd496d822467247b010..6450113c7923213ee7f0bf5686f3a64777304ac2 100644 (file)
@@ -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
index cd3d271cdf9224b031603bd496d822467247b010..6450113c7923213ee7f0bf5686f3a64777304ac2 100644 (file)
@@ -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