diff options
author | Guido van Rossum <guido@python.org> | 1996-12-31 02:24:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-31 02:24:54 (GMT) |
commit | 3dd68d3364c58aa835fad93ab97c9aa2f3834b26 (patch) | |
tree | f67d7b6e58eba329949c5fc10ca48539dfb03053 /Doc | |
parent | 125434665b8314ab8e997d939b116723347383b8 (diff) | |
download | cpython-3dd68d3364c58aa835fad93ab97c9aa2f3834b26.zip cpython-3dd68d3364c58aa835fad93ab97c9aa2f3834b26.tar.gz cpython-3dd68d3364c58aa835fad93ab97c9aa2f3834b26.tar.bz2 |
Added libstat.tex
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 3 | ||||
-rw-r--r-- | Doc/lib.tex | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
3 files changed, 4 insertions, 1 deletions
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 |