summaryrefslogtreecommitdiff
path: root/Doc/lib/distutils.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-03-25 16:12:08 +0000
committerFred Drake <fdrake@acm.org>2004-03-25 16:12:08 +0000
commitf39c3c7a6be3e4cf933e0361eaa7d43cc272f95e (patch)
tree44a1e89038f4720c10864c7572893a9f68719a97 /Doc/lib/distutils.tex
parentd0c3b26bd0f87372b0fce6dff13bebbaf0a95f59 (diff)
downloadcpython-git-f39c3c7a6be3e4cf933e0361eaa7d43cc272f95e.tar.gz
note that distutils API docs are included in "Distributing Python
Modules"
Diffstat (limited to 'Doc/lib/distutils.tex')
-rw-r--r--Doc/lib/distutils.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/distutils.tex b/Doc/lib/distutils.tex
index f7783e319c..54726281ad 100644
--- a/Doc/lib/distutils.tex
+++ b/Doc/lib/distutils.tex
@@ -16,7 +16,8 @@ modules coded in both Python and C.
This package is discussed in two separate documents which are included
in the Python documentation package. To learn about distributing new
modules using the \module{distutils} facilities, read
-\citetitle[../dist/dist.html]{Distributing Python Modules}. To learn
+\citetitle[../dist/dist.html]{Distributing Python Modules}; this
+includes documentation needed to extend distutils. To learn
about installing Python modules, whether or not the author made use of
the \module{distutils} package, read
\citetitle[../inst/inst.html]{Installing Python Modules}.