commit | e76b7a8fcd769c4204a7f0e0438dce482fa32015 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Apr 27 21:25:52 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Apr 27 21:25:52 1997 +0000 |
tree | 2a9c31b1cbe429d5b5a09b37f03d210b07678cb0 | |
parent | 8be9a116175fbc5cea9d93e5e998af0df4cee23b [diff] [blame] |
Added fnmatch, base64 and quopri, received from Andrew Kuchling.
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index aae20b2..93bce63 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex
@@ -68,4 +68,10 @@ \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}