diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-21 18:25:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-21 18:25:49 (GMT) |
commit | 4755e7d5c1eea7e4751997afaa341a4d6ac64f5e (patch) | |
tree | 999d19c5833608e0fd63838aa8fa7387da7267a4 /Doc/lib/lib.tex | |
parent | 1de2a92791998d5a495aa3f8072086d67663c2bc (diff) | |
download | cpython-4755e7d5c1eea7e4751997afaa341a4d6ac64f5e.zip cpython-4755e7d5c1eea7e4751997afaa341a4d6ac64f5e.tar.gz cpython-4755e7d5c1eea7e4751997afaa341a4d6ac64f5e.tar.bz2 |
Three more modules documented by Moshe!
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 6502bff..e9f184a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -131,6 +131,7 @@ add new extensions to Python and how to embed it in other applications. \input{libdircache} \input{libstat} \input{libstatcache} +\input{libstatvfs} \input{libcmp} \input{libcmpcache} \input{libtime} @@ -156,6 +157,7 @@ add new extensions to Python and how to embed it in other applications. \input{libbsddb} \input{libzlib} \input{libgzip} +\input{librlcompleter} \input{libunix} % UNIX Specific Services \input{libposix} @@ -166,6 +168,7 @@ add new extensions to Python and how to embed it in other applications. \input{libgdbm} \input{libtermios} \input{libfcntl} +\input{libpipes} \input{libposixfile} \input{libresource} \input{libsyslog} |