diff options
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 3 |
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} |