From: Guido van Rossum Date: Tue, 31 Dec 1996 02:24:54 +0000 (+0000) Subject: Added libstat.tex X-Git-Tag: v1.5a1~632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dd68d3364c58aa835fad93ab97c9aa2f3834b26;p=python Added libstat.tex --- diff --git a/Doc/Makefile b/Doc/Makefile index 4881c3f167..2407b9b0b8 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 db027a9bae..a7c86d7e70 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 db027a9bae..a7c86d7e70 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