diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-09 19:16:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-09 19:16:20 (GMT) |
commit | c58912426eee89a51b68983d2dff6a6df8c7d7b0 (patch) | |
tree | 6e996b577956852b2e694f02483d6a528ffc0031 /Doc/libquopri.tex | |
parent | b16166e56f2989741fee2aab41f5205fda95ffdf (diff) | |
download | cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.zip cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.gz cpython-c58912426eee89a51b68983d2dff6a6df8c7d7b0.tar.bz2 |
Use the new RFC macros wherever RFCs are referenced by number. No other
changes.
Diffstat (limited to 'Doc/libquopri.tex')
-rw-r--r-- | Doc/libquopri.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/libquopri.tex b/Doc/libquopri.tex index a7395ec..d1cb297 100644 --- a/Doc/libquopri.tex +++ b/Doc/libquopri.tex @@ -3,13 +3,12 @@ \stmodindex{quopri} This module performs quoted-printable transport encoding and decoding, -as defined in RFC 1521: ``MIME (Multipurpose Internet Mail Extensions) +as defined in \rfc{1521}: ``MIME (Multipurpose Internet Mail Extensions) Part One''. The quoted-printable encoding is designed for data where there are relatively few nonprintable characters; the base-64 encoding scheme available via the \code{base64} module is more compact if there are many such characters, as when sending a graphics file. \indexii{quoted printable}{encoding} -\indexii{RFC}{1521} \index{MIME!quoted-printable encoding} \renewcommand{\indexsubitem}{(in module quopri)} |