diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 04:27:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 04:27:07 (GMT) |
commit | 1e0f8bfea93e27357259cd7ba829c8073e15c74e (patch) | |
tree | b4949ae44db42850b1c89cba60fa0ea48a17f34b /Doc/lib | |
parent | 36751b0ed2fb473851f91e8e9563ccffc0f773be (diff) | |
download | cpython-1e0f8bfea93e27357259cd7ba829c8073e15c74e.zip cpython-1e0f8bfea93e27357259cd7ba829c8073e15c74e.tar.gz cpython-1e0f8bfea93e27357259cd7ba829c8073e15c74e.tar.bz2 |
Add imaplib to appropriate lists.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libwww.tex | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index a481e7f..997df9a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications. \input{libhttplib} \input{libftplib} \input{libgopherlib} +\input{libimaplib} \input{libnntplib} \input{liburlparse} \input{libsgmllib} diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 89799f6..9494e47 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -30,6 +30,9 @@ scripts. \item[gopherlib] --- Gopher protocol client (requires sockets). +\item[imaplib] +--- IMAP4 protocol client (requires sockets). + \item[nntplib] --- NNTP protocol client (requires sockets). |