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/libbase64.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/libbase64.tex')
-rw-r--r-- | Doc/libbase64.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libbase64.tex b/Doc/libbase64.tex index e764737..8ad10c8 100644 --- a/Doc/libbase64.tex +++ b/Doc/libbase64.tex @@ -2,12 +2,12 @@ \label{module-base64} \stmodindex{base64} \indexii{base-64}{encoding} -\index{RFC!1421} +\rfcindex{1421} \index{MIME!base 64 encoding} This module perform base-64 encoding and decoding of arbitrary binary strings into text strings that can be safely emailed or posted. The -encoding scheme is defined in RFC 1421 and is used for MIME email and +encoding scheme is defined in \rfc{1421} and is used for MIME email and various other Internet-related applications; it is not the same as the output produced by the \file{uuencode} program. For example, the string \code{'www.python.org'} is encoded as the string |