diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-19 19:13:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-19 19:13:01 (GMT) |
commit | 7c68ab2f2b84af49d8620b6ce7d57a6daf9f4ff2 (patch) | |
tree | adc57408d3c0552bd749dfb86f4b9364c951f47c /Doc/lib | |
parent | 806a1bf34f95cc8ac4286bca79c4de681443a14d (diff) | |
download | cpython-7c68ab2f2b84af49d8620b6ce7d57a6daf9f4ff2.zip cpython-7c68ab2f2b84af49d8620b6ce7d57a6daf9f4ff2.tar.gz cpython-7c68ab2f2b84af49d8620b6ce7d57a6daf9f4ff2.tar.bz2 |
Added entry for mimetypes.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libwww.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 5e698e4..1a92fdf 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -78,6 +78,9 @@ written by Sun Microsystems, Inc. June 1987. \item[mailcap] --- Mailcap file handling. See \rfc{1524}. +\item[mimetypes] +--- Mapping of filename extensions to MIME types. + \item[base64] --- Encode/decode binary files using the MIME base64 encoding. |