diff options
author | Guido van Rossum <guido@python.org> | 1997-07-17 16:27:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-17 16:27:42 (GMT) |
commit | 0fcbe8dde22e23baff801ce78e055511fa213113 (patch) | |
tree | 5f4fcc0bc98c9faa78afc86fe617ed6bb80449e6 /Doc | |
parent | 41884a9b1c8d147d93cea756ee165dc8f6e15b46 (diff) | |
download | cpython-0fcbe8dde22e23baff801ce78e055511fa213113.zip cpython-0fcbe8dde22e23baff801ce78e055511fa213113.tar.gz cpython-0fcbe8dde22e23baff801ce78e055511fa213113.tar.bz2 |
Added libni.tex libgzip.tex
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/lib.tex | 2 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 3988a00..c724855 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -111,7 +111,7 @@ LIBFILES = lib.tex \ libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \ libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \ libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex libsocksvr.tex \ - libmailbox.tex libcommands.tex libcmath.tex + libmailbox.tex libcommands.tex libcmath.tex libni.tex libgzip.tex # Library document lib.dvi: $(LIBFILES) diff --git a/Doc/lib.tex b/Doc/lib.tex index 2c3ceaf..61a9abe 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -85,6 +85,7 @@ to Python and how to embed it in other applications. \input{libcopy} \input{libmarshal} \input{libimp} +\input{libni} \input{libparser} \input{libsite} \input{libbltin} % really __builtin__ @@ -123,6 +124,7 @@ to Python and how to embed it in other applications. \input{libanydbm} \input{libwhichdb} \input{libzlib} +\input{libgzip} \input{libunix} % UNIX Specific Services \input{libposix} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 2c3ceaf..61a9abe 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -85,6 +85,7 @@ to Python and how to embed it in other applications. \input{libcopy} \input{libmarshal} \input{libimp} +\input{libni} \input{libparser} \input{libsite} \input{libbltin} % really __builtin__ @@ -123,6 +124,7 @@ to Python and how to embed it in other applications. \input{libanydbm} \input{libwhichdb} \input{libzlib} +\input{libgzip} \input{libunix} % UNIX Specific Services \input{libposix} |