From da2d1e523c52251f61d39752f2966d9cb1d2f733 Mon Sep 17 00:00:00 2001 From: cLupus Date: Sun, 23 Jul 2023 23:50:01 +0200 Subject: [PATCH] gh-105291: Add link to migration guide for distutils (GH-107130) (cherry picked from commit 7ca2d8e053e5fdbac4a9cec74701a1676c17a167) Co-authored-by: cLupus Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> --- Doc/whatsnew/3.12.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index a7db645657db1e..71b9358323e3d0 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 `_ + for advice on its replacement. Improved Error Messages =======================