diff options
author | Guido van Rossum <guido@python.org> | 1998-06-28 17:58:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-06-28 17:58:06 (GMT) |
commit | a40d643cdcfc4d02edd508ee291deb8d6f4a6774 (patch) | |
tree | 5a953c61fa33ccd396e867fefa8204bba4fb34ff | |
parent | 8ddbe9119f55eb09636ad335d9c102d609817438 (diff) | |
download | cpython-a40d643cdcfc4d02edd508ee291deb8d6f4a6774.zip cpython-a40d643cdcfc4d02edd508ee291deb8d6f4a6774.tar.gz cpython-a40d643cdcfc4d02edd508ee291deb8d6f4a6774.tar.bz2 |
Documented smtplib, multifile
-rw-r--r-- | Doc/lib/libwww.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 1a92fdf..143b15d 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -39,6 +39,9 @@ scripts. \item[nntplib] --- NNTP protocol client (requires sockets). +\item[smtplib] +--- SMTP protocol client (requires sockets). + \item[urlparse] --- Parse a URL string into a tuple (addressing scheme identifier, network location, path, parameters, query string, fragment identifier). @@ -61,6 +64,9 @@ location, path, parameters, query string, fragment identifier). \item[mimetools] --- Tools for parsing MIME style message bodies. +\item[multifile] +--- Make each part of a MIME multipart message ``feel'' like a regular file. + \item[binhex] --- Encode and decode files in binhex4 format. |