diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-12-10 11:31:14 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-12-10 11:31:14 (GMT) |
commit | 1f609e9b0228dbc8743913d5081a961f9700cab0 (patch) | |
tree | 220666289a3d63008b63025716390debb9707387 /Doc/distutils | |
parent | a6fa15367fc1c17313b7a64eb59b8a8a2bb6d863 (diff) | |
parent | b5c4fd0a964ec7d67e564e9e4a623d8b45aafa6b (diff) | |
download | cpython-1f609e9b0228dbc8743913d5081a961f9700cab0.zip cpython-1f609e9b0228dbc8743913d5081a961f9700cab0.tar.gz cpython-1f609e9b0228dbc8743913d5081a961f9700cab0.tar.bz2 |
Issue #19407: merge PPUG notes from 3.3
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/index.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index 1cd5f3c..1a6f04c 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -12,6 +12,16 @@ the module developer's point of view, describing how to use the Distutils to make Python modules and extensions easily available to a wider audience with very little overhead for build/release/install mechanics. +.. note:: + + This guide only covers the basic tools for building and distributing + extensions that are provided as part of this version of Python. Third + party tools offer easier to use and more secure alternatives. Refer to the + `quick recommendations section + <https://python-packaging-user-guide.readthedocs.org/en/latest/current.html>`__ + in the Python Packaging User Guide for more information. + + .. toctree:: :maxdepth: 2 :numbered: |