diff options
author | Steve Dower <steve.dower@python.org> | 2021-01-29 21:48:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 21:48:55 (GMT) |
commit | 62949f697fdefbf0c8bbba7a8354b9376afa35ba (patch) | |
tree | c4b2b672b663569d4a7d387e1d764adac446fb75 /Doc/install | |
parent | 6baaae589d596ed3bb668448f2a22c5f62fc5fdf (diff) | |
download | cpython-62949f697fdefbf0c8bbba7a8354b9376afa35ba.zip cpython-62949f697fdefbf0c8bbba7a8354b9376afa35ba.tar.gz cpython-62949f697fdefbf0c8bbba7a8354b9376afa35ba.tar.bz2 |
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index e6d5a3e..b6b7085 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -10,6 +10,13 @@ .. TODO: Fill in XXX comments +.. 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. + .. seealso:: :ref:`installing-index` |