8000 [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) by miss-islington · Pull Request #107160 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-105291: Add link to migration guide for distutils (GH-107130) #107160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-105291: Add link to migration guide for distutils (GH-107130)
(cherry picked from commit 7ca2d8e)

Co-authored-by: cLupus <cLupus@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
2 people authored and miss-islington committed Jul 23, 2023
commit da2d1e523c52251f61d39752f2966d9cb1d2f733
4 changes: 3 additions & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======================
Expand Down
0