summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-07-23 22:00:51 (GMT)
committerGitHub <noreply@github.com>2023-07-23 22:00:51 (GMT)
commit84c5676e91468642f64f137de85301a5b766b758 (patch)
tree78700a8c38966936def73333258cbf27825dfde1
parent40a337fbaa820feb3198d55d8b4f389360e0b2b8 (diff)
downloadcpython-84c5676e91468642f64f137de85301a5b766b758.zip
cpython-84c5676e91468642f64f137de85301a5b766b758.tar.gz
cpython-84c5676e91468642f64f137de85301a5b766b758.tar.bz2
[3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160)
Co-authored-by: cLupus <cLupus@users.noreply.github.com> Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
-rw-r--r--Doc/whatsnew/3.12.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index a7db645..71b9358 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -84,7 +84,9 @@ Important deprecations, removals or restrictions:
* :pep:`623`: Remove wstr from Unicode
-* :pep:`632`: Remove the ``distutils`` package
+* :pep:`632`: Remove the ``distutils`` package. See
+ `the migration guide <https://peps.python.org/pep-0632/#migration-advice>`_
+ for advice on its replacement.
Improved Error Messages
=======================