diff options
author | Guido van Rossum <guido@python.org> | 1997-04-27 21:25:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-27 21:25:52 (GMT) |
commit | e76b7a8fcd769c4204a7f0e0438dce482fa32015 (patch) | |
tree | 2a9c31b1cbe429d5b5a09b37f03d210b07678cb0 /Doc/libwww.tex | |
parent | 8be9a116175fbc5cea9d93e5e998af0df4cee23b (diff) | |
download | cpython-e76b7a8fcd769c4204a7f0e0438dce482fa32015.zip cpython-e76b7a8fcd769c4204a7f0e0438dce482fa32015.tar.gz cpython-e76b7a8fcd769c4204a7f0e0438dce482fa32015.tar.bz2 |
Added fnmatch, base64 and quopri, received from Andrew Kuchling.
Diffstat (limited to 'Doc/libwww.tex')
-rw-r--r-- | Doc/libwww.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/libwww.tex b/Doc/libwww.tex index aae20b2..93bce63 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex @@ -68,4 +68,10 @@ written by Sun Microsystems, Inc. June 1987. \item[mailcap] --- Mailcap file handling. See RFC 1524. +\item[base64] +--- Encode/decode binary files using the MIME base64 encoding. + +\item[quopri] +--- Encode/decode binary files using the MIME quoted-printable encoding. + \end{description} |