commit | b40f2a7446047df0b97735ab3d7415b014fc51c8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jun 02 17:34:40 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jun 02 17:34:40 1997 +0000 |
tree | 5f685badf53001c0383d7845728b4956420e3a00 | |
parent | 98b43eb0128038e653ae3545ecb0c60b390ff4eb [diff] [blame] |
Added SocketServer and mailbox modules.
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 93bce63..c072725 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex
@@ -74,4 +74,10 @@ \item[quopri] --- Encode/decode binary files using the MIME quoted-printable encoding. +\item[SocketServer] +--- A framework for network servers. + +\item[mailbox] +--- Read various mailbox formats. + \end{description}