Kaydet (Commit) 180b68b3 authored tarafından Fred Drake's avatar Fred Drake

More reasonable section titles.

üst 76991ec7
\section{\module{base64} ---
Encode and decode MIME base64 encoding.}
Encode and decode MIME base64 data}
\declaremodule{standard}{base64}
\modulesynopsis{Encode and decode files using the MIME base64 data.}
\modulesynopsis{Encode and decode files using the MIME base64
encoding.}
\indexii{base64}{encoding}
\index{MIME!base64 encoding}
......
......@@ -33,8 +33,8 @@ mailbox specified by \var{dirname} is made available.
\begin{classdesc}{BabylMailbox}{fp}
Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail
messages start with \code{'*** EOOH ***\n'} and end with
\code{'\037\014\n'}.
messages start with a line containing only \code{'*** EOOH ***'} and
end with a line containing only \code{'\037\014'}.
\end{classdesc}
......
......@@ -3,11 +3,12 @@
% mimetypes module.
\section{\module{mimetypes} ---
Mapping of filename extensions to MIME types.}
\declaremodule{standard}{mimetypes}
Mapping of filenames to MIME types}
\declaremodule{standard}{mimetypes}
\modulesynopsis{Mapping of filename extensions to MIME types.}
\indexii{MIME}{content type}
The \module{mimetypes} converts between a filename or URL and the MIME
......
\section{\module{quopri} ---
Encode and decode MIME quoted-printable encoding.}
\declaremodule{standard}{quopri}
Encode and decode MIME quoted-printable data}
\declaremodule{standard}{quopri}
\modulesynopsis{Encode and decode files using the MIME
quoted-printable encoding.}
......
\section{\module{uu} ---
Encode and decode files in uuencode format.}
\declaremodule{standard}{uu}
Encode and decode uuencode files}
\declaremodule{standard}{uu}
\modulesynopsis{Encode and decode files in uuencode format.}
\moduleauthor{Lance Ellinghouse}{}
This module encodes and decodes files in uuencode format, allowing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment