summaryrefslogtreecommitdiff
path: root/Doc/library/distutils.rst
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-01-29 21:48:55 +0000
committerGitHub <noreply@github.com>2021-01-29 21:48:55 +0000
commit62949f697fdefbf0c8bbba7a8354b9376afa35ba (patch)
treec4b2b672b663569d4a7d387e1d764adac446fb75 /Doc/library/distutils.rst
parent6baaae589d596ed3bb668448f2a22c5f62fc5fdf (diff)
downloadcpython-git-62949f697fdefbf0c8bbba7a8354b9376afa35ba.tar.gz
bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355)
Diffstat (limited to 'Doc/library/distutils.rst')
-rw-r--r--Doc/library/distutils.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/distutils.rst b/Doc/library/distutils.rst
index 62abc85ac3..31c4ae5b23 100644
--- a/Doc/library/distutils.rst
+++ b/Doc/library/distutils.rst
@@ -9,6 +9,11 @@
--------------
+:mod:`distutils` is deprecated with removal planned for Python 3.12.
+See the :ref:`What's New <distutils-deprecated>` entry for more information.
+
+--------------
+
The :mod:`distutils` package provides support for building and installing
additional modules into a Python installation. The new modules may be either
100%-pure Python, or may be extension modules written in C, or may be