mirror of https://github.com/python/cpython
Add entry for the inspect module.
This commit is contained in:
parent
6dbd382ec8
commit
7840a9cb99
|
@ -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 \
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue