From 3dd68d3364c58aa835fad93ab97c9aa2f3834b26 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 31 Dec 1996 02:24:54 +0000 Subject: Added libstat.tex --- Doc/Makefile | 3 ++- Doc/lib.tex | 1 + Doc/lib/lib.tex | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 4881c3f..2407b9b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -112,7 +112,8 @@ LIBFILES = lib.tex \ libcd.tex libfl.tex libfm.tex libgl.tex libimgfile.tex libsun.tex \ libxdrlib.tex libimghdr.tex \ librestricted.tex librexec.tex libbastion.tex \ - libformatter.tex liboperator.tex libsoundex.tex libresource.tex + libformatter.tex liboperator.tex libsoundex.tex libresource.tex \ + libstat.tex # Library document lib.dvi: $(LIBFILES) diff --git a/Doc/lib.tex b/Doc/lib.tex index db027a9..a7c86d7 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -127,6 +127,7 @@ to Python and how to embed it in other applications. \input{libposixfile} \input{libresource} \input{libsyslog} +\input{libstat} \input{libpdb} % The Python Debugger diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index db027a9..a7c86d7 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -127,6 +127,7 @@ to Python and how to embed it in other applications. \input{libposixfile} \input{libresource} \input{libsyslog} +\input{libstat} \input{libpdb} % The Python Debugger -- cgit v0.12