From 5d3c6cc63472bb74a7fa07b7387850dfb01fe7d6 Mon Sep 17 00:00:00 2001 From: cLupus Date: Sun, 23 Jul 2023 13:34:31 +0000 Subject: [PATCH 1/2] gh-105291: Add link to migration guide for distutils --- 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 f043ec764ac554..9de6e9dcab4a07 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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 `_ + for advide on how it can be replaced Improved Error Messages ======================= From 714f01b4870bd5911895ae94d05413ab06581826 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Sun, 23 Jul 2023 14:39:50 -0700 Subject: [PATCH 2/2] Update Doc/whatsnew/3.12.rst --- Doc/whatsnew/3.12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 9de6e9dcab4a07..68e5b0691f00e4 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -85,7 +85,7 @@ Important deprecations, removals or restrictions: * :pep:`632`: Remove the ``distutils`` package. See `the migration guide `_ - for advide on how it can be replaced + for advice on its replacement. Improved Error Messages =======================