[3.12] GH-109190: Copyedit 3.12 What's New: Increase the prominence of 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 09a73d50f6)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-09-25 03:16:00 -07:00 committed by GitHub
parent d56835f855
commit cb4a8c273d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,13 @@ Important deprecations, removals or restrictions:
`the migration guide <https://peps.python.org/pep-0632/#migration-advice>`_ `the migration guide <https://peps.python.org/pep-0632/#migration-advice>`_
for advice on its replacement. 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 Improved Error Messages
======================= =======================