mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal (#109768)
This commit is contained in:
parent
e81bd3fa16
commit
09a73d50f6
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
=======================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue