[Python-checkins] [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160)

hauntsaninja webhook-mailer at python.org
Sun Jul 23 18:00:55 EDT 2023


https://github.com/python/cpython/commit/84c5676e91468642f64f137de85301a5b766b758
commit: 84c5676e91468642f64f137de85301a5b766b758
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: hauntsaninja <12621235+hauntsaninja at users.noreply.github.com>
date: 2023-07-23T15:00:51-07:00
summary:

[3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160)

Co-authored-by: cLupus <cLupus at users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja at users.noreply.github.com>

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index a7db645657db1..71b9358323e3d 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
 =======================



More information about the Python-checkins mailing list