mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Make internal module references hyperlinks wherever it makes sense.
This commit is contained in:
parent
7b8b125fa6
commit
ffbe68723a
21 changed files with 103 additions and 100 deletions
|
@ -1,7 +1,7 @@
|
|||
\section{\module{rfc822} ---
|
||||
Parse RFC 822 mail headers.}
|
||||
\declaremodule{standard}{rfc822}
|
||||
Parse RFC 822 mail headers}
|
||||
|
||||
\declaremodule{standard}{rfc822}
|
||||
\modulesynopsis{Parse \rfc{822} style mail headers.}
|
||||
|
||||
This module defines a class, \class{Message}, which represents a
|
||||
|
@ -11,7 +11,7 @@ headers from a file. This module also defines a helper class
|
|||
\class{AddressList} for parsing RFC822 addresses.
|
||||
|
||||
Note that there's a separate module to read \UNIX{}, MH, and MMDF
|
||||
style mailbox files: \module{mailbox}\refstmodindex{mailbox}.
|
||||
style mailbox files: \refmodule{mailbox}\refstmodindex{mailbox}.
|
||||
|
||||
\begin{classdesc}{Message}{file\optional{, seekable}}
|
||||
A \class{Message} instance is instantiated with an input object as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue