summaryrefslogtreecommitdiffstats
path: root/Doc/lib.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-03 22:41:49 (GMT)
committerGuido van Rossum <guido@python.org>1997-04-03 22:41:49 (GMT)
commit571391b963058d5071a5372a4e55cb20c5476622 (patch)
tree263330f7ec90621008ae3a6426e284d1dd73805b /Doc/lib.tex
parent6191551ad6b122d49878843cb2aab8070f10c180 (diff)
downloadcpython-571391b963058d5071a5372a4e55cb20c5476622.zip
cpython-571391b963058d5071a5372a4e55cb20c5476622.tar.gz
cpython-571391b963058d5071a5372a4e55cb20c5476622.tar.bz2
New stuff by AMK.
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r--Doc/lib.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex
index c6fd107..fd98bfa 100644
--- a/Doc/lib.tex
+++ b/Doc/lib.tex
@@ -86,6 +86,7 @@ to Python and how to embed it in other applications.
\input{libmarshal}
\input{libimp}
\input{libparser}
+\input{libsite}
\input{libbltin} % really __builtin__
\input{libmain} % really __main__
@@ -99,8 +100,9 @@ to Python and how to embed it in other applications.
\input{libmisc} % Miscellaneous Services
\input{libmath}
-\input{librand}
\input{libwhrandom}
+\input{librandom}
+\input{librand}
\input{libarray}
\input{liballos} % Generic Operating System Services
@@ -116,6 +118,8 @@ to Python and how to embed it in other applications.
\input{libsocket}
\input{libselect}
\input{libthread}
+\input{libanydbm}
+\input{libwhichdb}
\input{libunix} % UNIX Specific Services
\input{libposix}