From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 23 Jul 2023 22:00:51 +0000 (-0700) Subject: [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160) X-Git-Tag: v3.12.0rc1~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84c5676e91468642f64f137de85301a5b766b758;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160) Co-authored-by: cLupus Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index a7db645657db..71b9358323e3 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 =======================