]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools remova...
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Mon, 25 Sep 2023 06:22:00 +0000 (07:22 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 06:22:00 +0000 (00:22 -0600)
Doc/whatsnew/3.12.rst

index 700daea75f12db69b32d5f94fde379fca71389fa..33ddd539b3b1f73cf860b0a7168de3c14318a0cf 100644 (file)
@@ -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
 =======================