From: Guido van Rossum Date: Thu, 17 Jul 1997 16:27:42 +0000 (+0000) Subject: Added libni.tex libgzip.tex X-Git-Tag: v1.5a3~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fcbe8dde22e23baff801ce78e055511fa213113;p=python Added libni.tex libgzip.tex --- diff --git a/Doc/Makefile b/Doc/Makefile index 3988a008f5..c724855634 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 2c3ceaf870..61a9abe16c 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 2c3ceaf870..61a9abe16c 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}