]> granicus.if.org Git - python/commitdiff
Add entry for the inspect module.
authorFred Drake <fdrake@acm.org>
Wed, 28 Feb 2001 23:02:20 +0000 (23:02 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 28 Feb 2001 23:02:20 +0000 (23:02 +0000)
Doc/Makefile.deps
Doc/lib/lib.tex

index 680c32965785348e59957bfcbd2f64cef75c8e8b..e934cfed50b0f25c75218caa8d2b18cd8d9a1d01 100644 (file)
@@ -54,6 +54,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \
        lib/libfpectl.tex \
        lib/libgc.tex \
        lib/libweakref.tex \
+       lib/libinspect.tex \
        lib/libdifflib.tex \
        lib/libdoctest.tex \
        lib/libtypes.tex \
index ca756156f20771e91580163bf3e934ff6a610e3a..d0ec19453824c1e542da56906b84e05f1747fb68 100644 (file)
@@ -80,6 +80,7 @@ and how to embed it in other applications.
 \input{libtypes}
 \input{libuserdict}
 \input{liboperator}
+\input{libinspect}
 \input{libtraceback}
 \input{liblinecache}
 \input{libpickle}