diff options
author | Steve Dower <steve.dower@python.org> | 2021-01-29 21:48:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 21:48:55 +0000 |
commit | 62949f697fdefbf0c8bbba7a8354b9376afa35ba (patch) | |
tree | c4b2b672b663569d4a7d387e1d764adac446fb75 /Doc/distutils | |
parent | Fixing typos in turtle.rst (GH-24376) (diff) | |
download | cpython-62949f697fdefbf0c8bbba7a8354b9376afa35ba.tar.gz cpython-62949f697fdefbf0c8bbba7a8354b9376afa35ba.tar.bz2 cpython-62949f697fdefbf0c8bbba7a8354b9376afa35ba.zip |
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index 1f72a255424..2ccddc38b5f 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -12,6 +12,13 @@ :ref:`distributing-index` The up to date module distribution documentations +.. note:: + + The entire ``distutils`` package has been deprecated and will be + removed in Python 3.12. This documentation is retained as a + reference only, and will be removed with the package. See the + :ref:`What's New <distutils-deprecated>` entry for more information. + .. include:: ./_setuptools_disclaimer.rst .. note:: |