diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-24 16:20:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-24 16:20:13 (GMT) |
commit | d61e3eab449102834406b9026852e1db51de16bb (patch) | |
tree | da9ab9e5a7fd54f9d01771e9c9da7f2a0b0c785e /Doc/lib | |
parent | 4fefcc3ce4a0467bbc80c5dd9bf25955681bb5c7 (diff) | |
download | cpython-d61e3eab449102834406b9026852e1db51de16bb.zip cpython-d61e3eab449102834406b9026852e1db51de16bb.tar.gz cpython-d61e3eab449102834406b9026852e1db51de16bb.tar.bz2 |
Add entry for the new distutils section.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/lib.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 986c355..2ec998a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -281,6 +281,7 @@ and how to embed it in other applications. \input{libpycompile} % really py_compile \input{libcompileall} \input{libdis} +\input{distutils} %\input{libamoeba} % AMOEBA ONLY |