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/lib.tex | |
parent | 125434665b8314ab8e997d939b116723347383b8 (diff) | |
download | cpython-3dd68d3364c58aa835fad93ab97c9aa2f3834b26.zip cpython-3dd68d3364c58aa835fad93ab97c9aa2f3834b26.tar.gz cpython-3dd68d3364c58aa835fad93ab97c9aa2f3834b26.tar.bz2 |
Added libstat.tex
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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 |