Kaydet (Commit) 1e0f8bfe authored tarafından Fred Drake's avatar Fred Drake

Add imaplib to appropriate lists.

üst 36751b0e
......@@ -168,7 +168,7 @@ LIBFILES = lib.tex \
libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \
liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex \
libfileinput.tex
libfileinput.tex libimaplib.tex
# Library document
lib.dvi: tools/indfix.py $(LIBFILES)
......
......@@ -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}
......
......@@ -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}
......
......@@ -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).
......
......@@ -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).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment