From: Fred Drake Date: Thu, 25 Mar 2004 16:12:08 +0000 (+0000) Subject: note that distutils API docs are included in "Distributing Python X-Git-Tag: v2.4a1~574 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f39c3c7a6be3e4cf933e0361eaa7d43cc272f95e;p=thirdparty%2FPython%2Fcpython.git note that distutils API docs are included in "Distributing Python Modules" --- diff --git a/Doc/lib/distutils.tex b/Doc/lib/distutils.tex index f7783e319cb7..54726281ad1b 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}.