]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105291: Add link to migration guide for distutils (#107130)
authorcLupus <cLupus@users.noreply.github.com>
Sun, 23 Jul 2023 21:50:01 +0000 (23:50 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 21:50:01 +0000 (14:50 -0700)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index f043ec764ac55463c249ae6ff0432a19ab48ddfb..68e5b0691f00e4d51f9b2267fd1a8d765c5dacc4 100644 (file)
@@ -83,7 +83,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
 =======================