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/lib.tex | |
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/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 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} |