diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-24 20:08:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-24 20:08:28 (GMT) |
commit | e28fb67c2caa17988b81f93c5813f989e6dd4db7 (patch) | |
tree | 151d8d629777d02df00d617a0277414ff1f15a50 /Doc | |
parent | 446898ff4aebc5ed8f641d8eb4ee2c31b3f3be3c (diff) | |
download | cpython-e28fb67c2caa17988b81f93c5813f989e6dd4db7.zip cpython-e28fb67c2caa17988b81f93c5813f989e6dd4db7.tar.gz cpython-e28fb67c2caa17988b81f93c5813f989e6dd4db7.tar.bz2 |
Add entry for poplib.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libwww.tex | 3 | ||||
-rw-r--r-- | Doc/libwww.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 9494e47..5e698e4 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -30,6 +30,9 @@ scripts. \item[gopherlib] --- Gopher protocol client (requires sockets). +\item[poplib] +--- POP3 protocol client (requires sockets). + \item[imaplib] --- IMAP4 protocol client (requires sockets). diff --git a/Doc/libwww.tex b/Doc/libwww.tex index 9494e47..5e698e4 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex @@ -30,6 +30,9 @@ scripts. \item[gopherlib] --- Gopher protocol client (requires sockets). +\item[poplib] +--- POP3 protocol client (requires sockets). + \item[imaplib] --- IMAP4 protocol client (requires sockets). |