summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-06-28 17:55:53 (GMT)
committerGuido van Rossum <guido@python.org>1998-06-28 17:55:53 (GMT)
commit8668e8e49cff1164de373dbcfb52f53a0f7eda89 (patch)
tree050d37717f99959f4606d89c940281c1fcf44751 /Doc/lib/lib.tex
parent911ec188c827d429d440eb2b6d2e10b17f2cc64f (diff)
downloadcpython-8668e8e49cff1164de373dbcfb52f53a0f7eda89.zip
cpython-8668e8e49cff1164de373dbcfb52f53a0f7eda89.tar.gz
cpython-8668e8e49cff1164de373dbcfb52f53a0f7eda89.tar.bz2
Contributions by Eric Raymond: documentation for modules
cmd, multifile and smtplib.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 4f46bf7..7c74903 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -109,6 +109,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libarray}
\input{libfileinput}
\input{libcalendar}
+\input{libcmd}
\input{liballos} % Generic Operating System Services
\input{libos}
@@ -161,6 +162,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libpoplib}
\input{libimaplib}
\input{libnntplib}
+\input{libsmtplib}
\input{liburlparse}
\input{libsgmllib}
\input{libhtmllib}
@@ -168,6 +170,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libformatter}
\input{librfc822}
\input{libmimetools}
+\input{libmultifile}
\input{libbinhex}
\input{libuu}
\input{libbinascii}