Added libni.tex libgzip.tex

This commit is contained in:
Guido van Rossum 1997-07-17 16:27:42 +00:00
parent 41884a9b1c
commit 0fcbe8dde2
3 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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}

View File

@ -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}