Skip to content

Commit

Permalink
[3.12] GH-109190: Copyedit 3.12 What's New: Increase the prominence o…
Browse files Browse the repository at this point in the history
…f the setuptools removal (GH-109768) (#109815)

GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal (GH-109768)
(cherry picked from commit 09a73d5)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
miss-islington and AA-Turner authored Sep 25, 2023
1 parent d56835f commit cb4a8c2
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit cb4a8c2

Please sign in to comment.