Skip to content
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

[3.12] GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal (GH-109768) #109815

Merged
merged 1 commit into from
Sep 25, 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-109190: Copyedit 3.12 What's New: Increase the prominence of the s…
…etuptools removal (GH-109768)

(cherry picked from commit 09a73d5)

Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
AA-Turner authored and miss-islington committed Sep 25, 2023
commit da218efd5c81132752b6e8cde11bbb8243de938e
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ Important deprecations, removals or restrictions:
`the migration guide <https://peps.python.org/pep-0632/#migration-advice>`_
for advice on its replacement.

* :gh:`95299`: Do not pre-install ``setuptools`` in virtual environments
created with :mod:`venv`.
This means that ``distutils``, ``setuptools``, ``pkg_resources``,
and ``easy_install`` will no longer available by default; to access these
run ``pip install setuptools`` in the :ref:`activated <venv-explanation>`
virtual environment.

Improved Error Messages
=======================

Expand Down
Loading