mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
note that distutils API docs are included in "Distributing Python
Modules"
This commit is contained in:
parent
d0c3b26bd0
commit
f39c3c7a6b
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ modules coded in both Python and C.
|
||||||
This package is discussed in two separate documents which are included
|
This package is discussed in two separate documents which are included
|
||||||
in the Python documentation package. To learn about distributing new
|
in the Python documentation package. To learn about distributing new
|
||||||
modules using the \module{distutils} facilities, read
|
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
|
about installing Python modules, whether or not the author made use of
|
||||||
the \module{distutils} package, read
|
the \module{distutils} package, read
|
||||||
\citetitle[../inst/inst.html]{Installing Python Modules}.
|
\citetitle[../inst/inst.html]{Installing Python Modules}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue