]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jul 2023 22:00:51 +0000 (15:00 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 22:00:51 +0000 (15:00 -0700)
Co-authored-by: cLupus <cLupus@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index a7db645657db1e472acf4811b280515816ac96c5..71b9358323e3d0c040f863de090e983681cccdd6 100644 (file)
@@ -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
 =======================