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 \ ...@@ -168,7 +168,7 @@ LIBFILES = lib.tex \
libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \ libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \
liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \ liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex \ libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex \
libfileinput.tex libfileinput.tex libimaplib.tex
# Library document # Library document
lib.dvi: tools/indfix.py $(LIBFILES) lib.dvi: tools/indfix.py $(LIBFILES)
......
...@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications. ...@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libhttplib} \input{libhttplib}
\input{libftplib} \input{libftplib}
\input{libgopherlib} \input{libgopherlib}
\input{libimaplib}
\input{libnntplib} \input{libnntplib}
\input{liburlparse} \input{liburlparse}
\input{libsgmllib} \input{libsgmllib}
......
...@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications. ...@@ -155,6 +155,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libhttplib} \input{libhttplib}
\input{libftplib} \input{libftplib}
\input{libgopherlib} \input{libgopherlib}
\input{libimaplib}
\input{libnntplib} \input{libnntplib}
\input{liburlparse} \input{liburlparse}
\input{libsgmllib} \input{libsgmllib}
......
...@@ -30,6 +30,9 @@ scripts. ...@@ -30,6 +30,9 @@ scripts.
\item[gopherlib] \item[gopherlib]
--- Gopher protocol client (requires sockets). --- Gopher protocol client (requires sockets).
\item[imaplib]
--- IMAP4 protocol client (requires sockets).
\item[nntplib] \item[nntplib]
--- NNTP protocol client (requires sockets). --- NNTP protocol client (requires sockets).
......
...@@ -30,6 +30,9 @@ scripts. ...@@ -30,6 +30,9 @@ scripts.
\item[gopherlib] \item[gopherlib]
--- Gopher protocol client (requires sockets). --- Gopher protocol client (requires sockets).
\item[imaplib]
--- IMAP4 protocol client (requires sockets).
\item[nntplib] \item[nntplib]
--- NNTP protocol client (requires sockets). --- 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