diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-23 22:00:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 22:00:51 (GMT) |
commit | 84c5676e91468642f64f137de85301a5b766b758 (patch) | |
tree | 78700a8c38966936def73333258cbf27825dfde1 | |
parent | 40a337fbaa820feb3198d55d8b4f389360e0b2b8 (diff) | |
download | cpython-84c5676e91468642f64f137de85301a5b766b758.zip cpython-84c5676e91468642f64f137de85301a5b766b758.tar.gz cpython-84c5676e91468642f64f137de85301a5b766b758.tar.bz2 |
[3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160)
Co-authored-by: cLupus <cLupus@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
-rw-r--r-- | Doc/whatsnew/3.12.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index a7db645..71b9358 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 <https://peps.python.org/pep-0632/#migration-advice>`_ + for advice on its replacement. Improved Error Messages ======================= |